#1425F8

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

Shades of Blue #1425F8

Tints of Blue #1425F8

Color information

#1425F8 (or 0x1425F8) is unknown color: approx Blue. HEX triplet: 14, 25 and F8. RGB value is (20,37,248). Sum of RGB (Red+Green+Blue) = 20+37+248=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 248 (97.27% from 255 or 81.31% from 305); Max value from RGB is 248 - color contains mainly: blue. Hex color #1425F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1425F8 is #EBDA07. Grayscale: #373737. Windows color (decimal): -15456776 or 16262420. OLE color: 16262420.

HSL color Cylindrical-coordinate representation of color #1425F8: hue angle of 235.53º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1425F8 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2037248-
CMYK0.920.8500.03
HSL235.53º94.21%52.55%-
HSV(B)235.53º91.94%97.25%-
XYZ17.898.2589.46-
YUV55.97236.37102.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 248 (97.27% from 255) = 81.31%
R=6.56%
G=12.13%
B=81.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20372480.920.8500.03235.5394.2152.55
Hex1425F85C5503ec5e35
Octal24453701341250335413665
Binary101001001011111100010111001010101011111011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1425F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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