Html Css Color HEX #428EEF Cornflower Blue

📋 copy color: '#428EEF'

red 66 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #428EEF

Tints of Cornflower Blue #428EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 14.77%
G = 31.77%
B = 53.47%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#428EEF (or 0x428EEF) is known color: Cornflower Blue. HEX triplet: 42, 8E and EF. RGB value is (66,142,239). Sum of RGB (Red+Green+Blue) = 66+142+239=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #428EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428EEF is #BD7110. Grayscale: #818181. Windows color (decimal): -12415249 or 15699522. OLE color: 15699522.

HSL color Cylindrical-coordinate representation of color #428EEF: hue angle of 213.64º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #428EEF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 142 239 -
CMYK 0.72 0.41 0 0.06
HSL 213.64º 0.84% 0.6% -
HSV(B) 213.64º 0.72% 0.94% -
XYZ 27.5 26.74 85.37 -
YUV 130.33 189.32 82.11 -
System Red Green Blue C M Y K H S L
Decimal 66 142 239 0.72 0.41 0 0.06 213.64 0.84 0.6
Hex 42 8E EF 48 29 0 6 D6 54 3C
Octal 102 216 357 110 51 0 6 326 124 74
Binary 1000010 10001110 11101111 1001000 101001 0 110 11010110 1010100 111100

Color Harmonies of #428EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EEF

Black with #428EEF

Text Example


Text Example

White with #428EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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