Html Css Color HEX #428AF0 Cornflower Blue

📋 copy color: '#428AF0'

red 66 ◦ green 138 ◦ blue 240

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

Shades of Cornflower Blue #428AF0

Tints of Cornflower Blue #428AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.08%

 BLUE value IS 240 (94.14% from 255) = 54.05%

R = 14.86%
G = 31.08%
B = 54.05%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#428AF0 (or 0x428AF0) is known color: Cornflower Blue. HEX triplet: 42, 8A and F0. RGB value is (66,138,240). Sum of RGB (Red+Green+Blue) = 66+138+240=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #428AF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428AF0 is #BD750F. Grayscale: #7F7F7F. Windows color (decimal): -12416272 or 15764034. OLE color: 15764034.

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

Color convert

RGB 66 138 240 -
CMYK 0.72 0.42 0 0.06
HSL 215.17º 0.85% 0.6% -
HSV(B) 215.17º 0.73% 0.94% -
XYZ 27.06 25.63 85.96 -
YUV 128.1 191.15 83.71 -
System Red Green Blue C M Y K H S L
Decimal 66 138 240 0.72 0.42 0 0.06 215.17 0.85 0.6
Hex 42 8A F0 48 2A 0 6 D7 55 3C
Octal 102 212 360 110 52 0 6 327 125 74
Binary 1000010 10001010 11110000 1001000 101010 0 110 11010111 1010101 111100

Color Harmonies of #428AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428AF0

Black with #428AF0

Text Example


Text Example

White with #428AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,138,240); }

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

background-color css

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

 a { background-color: rgb(66,138,240); }

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

border-color css

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

 span { border-color: rgb(66,138,240); }

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