Html Css Color HEX #428FEA Cornflower Blue

📋 copy color: '#428FEA'

red 66 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #428FEA

Tints of Cornflower Blue #428FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 14.9%
G = 32.28%
B = 52.82%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#428FEA (or 0x428FEA) is known color: Cornflower Blue. HEX triplet: 42, 8F and EA. RGB value is (66,143,234). Sum of RGB (Red+Green+Blue) = 66+143+234=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #428FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428FEA is #BD7015. Grayscale: #818181. Windows color (decimal): -12414998 or 15372098. OLE color: 15372098.

HSL color Cylindrical-coordinate representation of color #428FEA: hue angle of 212.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428FEA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 143 234 -
CMYK 0.72 0.39 0 0.08
HSL 212.5º 0.8% 0.59% -
HSV(B) 212.5º 0.72% 0.92% -
XYZ 26.92 26.74 81.59 -
YUV 130.35 186.49 82.1 -
System Red Green Blue C M Y K H S L
Decimal 66 143 234 0.72 0.39 0 0.08 212.5 0.8 0.59
Hex 42 8F EA 48 27 0 8 D4 50 3B
Octal 102 217 352 110 47 0 10 324 120 73
Binary 1000010 10001111 11101010 1001000 100111 0 1000 11010100 1010000 111011

Color Harmonies of #428FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FEA

Black with #428FEA

Text Example


Text Example

White with #428FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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