#458EE9

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

Shades of Cornflower Blue #458EE9

Tints of Cornflower Blue #458EE9

Color information

#458EE9 (or 0x458EE9) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8E and E9. RGB value is (69,142,233). Sum of RGB (Red+Green+Blue) = 69+142+233=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #458EE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EE9 is #BA7116. Grayscale: #828282. Windows color (decimal): -12218647 or 15306309. OLE color: 15306309.

HSL color Cylindrical-coordinate representation of color #458EE9: hue angle of 213.29º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #458EE9 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB69142233-
CMYK0.700.3900.09
HSL213.29º78.85%59.22%-
HSV(B)213.29º70.39%91.37%-
XYZ26.8426.4980.79-
YUV130.55185.8284.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.54%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 233 (91.41% from 255) = 52.48%
R=15.54%
G=31.98%
B=52.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal691422330.700.3900.09213.2978.8559.22
Hex458EE9462709d54f3b
Octal1052163511064701132511773
Binary10001011000111011101001100011010011101001110101011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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