#458EED

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

Shades of Cornflower Blue #458EED

Tints of Cornflower Blue #458EED

Color information

#458EED (or 0x458EED) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8E and ED. RGB value is (69,142,237). Sum of RGB (Red+Green+Blue) = 69+142+237=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #458EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EED is #BA7112. Grayscale: #828282. Windows color (decimal): -12218643 or 15568453. OLE color: 15568453.

HSL color Cylindrical-coordinate representation of color #458EED: hue angle of 213.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458EED is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69142237-
CMYK0.710.4000.07
HSL213.93º82.35%60%-
HSV(B)213.93º70.89%92.94%-
XYZ27.4126.7383.83-
YUV131187.8283.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.40%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 237 (92.97% from 255) = 52.90%
R=15.40%
G=31.70%
B=52.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal691422370.710.4000.07213.9382.3560
Hex458EED472807d6523c
Octal105216355107500732612274
Binary1000101100011101110110110001111010000111110101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458EED; }

 p { color: rgb(69,142,237); }

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

<style>
 a { background-color: #458EED; }

 a { background-color: rgb(69,142,237); }

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

<style>
 span { border-color: #458EED; }

 span { border-color: rgb(69,142,237); }

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