#428bed

Color #428BED Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #428BED

Tints of Cornflower Blue #428BED

Color information

#428BED (or 0x428BED) is unknown color: approx Cornflower Blue. HEX triplet: 42, 8B and ED. RGB value is (66,139,237). Sum of RGB (Red+Green+Blue) = 66+139+237=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #428BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BED is #BD7412. Grayscale: #7F7F7F. Windows color (decimal): -12416019 or 15567682. OLE color: 15567682.

HSL color Cylindrical-coordinate representation of color #428BED: hue angle of 214.39º degrees, saturation: 0.83, 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 #428BED is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66139237-
CMYK0.720.4100.07
HSL214.39º82.61%59.41%-
HSV(B)214.39º72.15%92.94%-
XYZ26.7725.7483.68-
YUV128.34189.3283.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 237 (92.97% from 255) = 53.62%
R=14.93%
G=31.45%
B=53.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661392370.720.4100.07214.3982.6159.41
Hex428BED482907d6533b
Octal102213355110510732612373
Binary1000010100010111110110110010001010010111110101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #428bed;
 }
 .AnyTagClassName
 {
   color: #428bed;
 }
</style>
background-color css

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

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

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

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

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

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