Html Css Color HEX #428EEC Cornflower Blue

📋 copy color: '#428EEC'

red 66 ◦ green 142 ◦ blue 236

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

Shades of Cornflower Blue #428EEC

Tints of Cornflower Blue #428EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.98%

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 14.86%
G = 31.98%
B = 53.15%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#428EEC (or 0x428EEC) is known color: Cornflower Blue. HEX triplet: 42, 8E and EC. RGB value is (66,142,236). Sum of RGB (Red+Green+Blue) = 66+142+236=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #428EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428EEC is #BD7113. Grayscale: #818181. Windows color (decimal): -12415252 or 15502914. OLE color: 15502914.

HSL color Cylindrical-coordinate representation of color #428EEC: hue angle of 213.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428EEC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 142 236 -
CMYK 0.72 0.40 0 0.07
HSL 213.18º 0.82% 0.59% -
HSV(B) 213.18º 0.72% 0.93% -
XYZ 27.06 26.56 83.06 -
YUV 129.99 187.82 82.36 -
System Red Green Blue C M Y K H S L
Decimal 66 142 236 0.72 0.40 0 0.07 213.18 0.82 0.59
Hex 42 8E EC 48 28 0 7 D5 52 3B
Octal 102 216 354 110 50 0 7 325 122 73
Binary 1000010 10001110 11101100 1001000 101000 0 111 11010101 1010010 111011

Color Harmonies of #428EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EEC

Black with #428EEC

Text Example


Text Example

White with #428EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,142,236); }

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

background-color css

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

 a { background-color: rgb(66,142,236); }

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

border-color css

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

 span { border-color: rgb(66,142,236); }

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