Html Css Color HEX #428BF0 Cornflower Blue

📋 copy color: '#428BF0'

red 66 ◦ green 139 ◦ blue 240

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

Shades of Cornflower Blue #428BF0

Tints of Cornflower Blue #428BF0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

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

R = 14.83%
G = 31.24%
B = 53.93%

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

#428BF0 (or 0x428BF0) is known color: Cornflower Blue. HEX triplet: 42, 8B and F0. RGB value is (66,139,240). Sum of RGB (Red+Green+Blue) = 66+139+240=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #428BF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BF0 is #BD740F. Grayscale: #808080. Windows color (decimal): -12416016 or 15764290. OLE color: 15764290.

HSL color Cylindrical-coordinate representation of color #428BF0: hue angle of 214.83º 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 #428BF0 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 139 240 -
CMYK 0.72 0.42 0 0.06
HSL 214.83º 0.85% 0.6% -
HSV(B) 214.83º 0.73% 0.94% -
XYZ 27.21 25.91 86.01 -
YUV 128.69 190.82 83.29 -
System Red Green Blue C M Y K H S L
Decimal 66 139 240 0.72 0.42 0 0.06 214.83 0.85 0.6
Hex 42 8B F0 48 2A 0 6 D7 55 3C
Octal 102 213 360 110 52 0 6 327 125 74
Binary 1000010 10001011 11110000 1001000 101010 0 110 11010111 1010101 111100

Color Harmonies of #428BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BF0

Black with #428BF0

Text Example


Text Example

White with #428BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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