Html Css Color HEX #428FE8 Cornflower Blue

📋 copy color: '#428FE8'

red 66 ◦ green 143 ◦ blue 232

#428FE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #428FE8

Tints of Cornflower Blue #428FE8

RGB

 RED value IS 66 (26.17% from 255) = 14.97%

 GREEN value IS 143 (56.25% from 255) = 32.43%

 BLUE value IS 232 (91.02% from 255) = 52.61%

R = 14.97%
G = 32.43%
B = 52.61%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#428FE8 (or 0x428FE8) is known color: Cornflower Blue. HEX triplet: 42, 8F and E8. RGB value is (66,143,232). Sum of RGB (Red+Green+Blue) = 66+143+232=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #428FE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428FE8 is #BD7017. Grayscale: #818181. Windows color (decimal): -12415000 or 15241026. OLE color: 15241026.

HSL color Cylindrical-coordinate representation of color #428FE8: hue angle of 212.17º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428FE8 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 143 232 -
CMYK 0.72 0.38 0 0.09
HSL 212.17º 0.78% 0.58% -
HSV(B) 212.17º 0.72% 0.91% -
XYZ 26.63 26.63 80.08 -
YUV 130.12 185.49 82.26 -
System Red Green Blue C M Y K H S L
Decimal 66 143 232 0.72 0.38 0 0.09 212.17 0.78 0.58
Hex 42 8F E8 48 26 0 9 D4 4E 3A
Octal 102 217 350 110 46 0 11 324 116 72
Binary 1000010 10001111 11101000 1001000 100110 0 1001 11010100 1001110 111010

Color Harmonies of #428FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FE8

Black with #428FE8

Text Example


Text Example

White with #428FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428FE8; }

 p { color: rgb(66,143,232); }

 H1.HeaderClassName
 {
   color: #428FE8;
 }
 .AnyTagClassName
 {
   color: #428FE8;
 }
</style>

background-color css

<style>
 a { background-color: #428FE8; }

 a { background-color: rgb(66,143,232); }

 div.DivClassName
 {
   background-color: #428FE8;
 }
 .BgClassName
 {
   background-color: #428FE8;
 }
</style>

border-color css

<style>
 span { border-color: #428FE8; }

 span { border-color: rgb(66,143,232); }

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