#1425E7

Color #1425E7 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1425E7

Tints of Blue #1425E7

Color information

#1425E7 (or 0x1425E7) is unknown color: approx Blue. HEX triplet: 14, 25 and E7. RGB value is (20,37,231). Sum of RGB (Red+Green+Blue) = 20+37+231=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 231 (90.62% from 255 or 80.21% from 288); Max value from RGB is 231 - color contains mainly: blue. Hex color #1425E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1425E7 is #EBDA18. Grayscale: #353535. Windows color (decimal): -15456793 or 15148308. OLE color: 15148308.

HSL color Cylindrical-coordinate representation of color #1425E7: hue angle of 235.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1425E7 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2037231-
CMYK0.910.8400.09
HSL235.17º84.06%49.22%-
HSV(B)235.17º91.34%90.59%-
XYZ15.377.2476.19-
YUV54.03227.87103.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 231 (90.62% from 255) = 80.21%
R=6.94%
G=12.85%
B=80.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20372310.910.8400.09235.1784.0649.22
Hex1425E75B5409eb5431
Octal244534713312401135312461
Binary10100100101111001111011011101010001001111010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1425E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1425E7; }

 p { color: rgb(20,37,231); }

 H1.HeaderClassName
 {
   color: #1425E7;
 }
 .AnyTagClassName
 {
   color: #1425E7;
 }
</style>
background-color css

<style>
 a { background-color: #1425E7; }

 a { background-color: rgb(20,37,231); }

 div.DivClassName
 {
   background-color: #1425E7;
 }
 .BgClassName
 {
   background-color: #1425E7;
 }
</style>
border-color css

<style>
 span { border-color: #1425E7; }

 span { border-color: rgb(20,37,231); }

 td.TdClassName
 {
   border-color: #1425E7;
 }
 .TagClassName
 {
   border-color: #1425E7;
 }
</style>