#458DE9

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

Shades of Cornflower Blue #458DE9

Tints of Cornflower Blue #458DE9

Color information

#458DE9 (or 0x458DE9) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8D and E9. RGB value is (69,141,233). Sum of RGB (Red+Green+Blue) = 69+141+233=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #458DE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DE9 is #BA7216. Grayscale: #818181. Windows color (decimal): -12218903 or 15306053. OLE color: 15306053.

HSL color Cylindrical-coordinate representation of color #458DE9: hue angle of 213.66º 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 #458DE9 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB69141233-
CMYK0.700.3900.09
HSL213.66º78.85%59.22%-
HSV(B)213.66º70.39%91.37%-
XYZ26.6926.280.74-
YUV129.96186.1584.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.58%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 233 (91.41% from 255) = 52.60%
R=15.58%
G=31.83%
B=52.60%

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
Decimal691412330.700.3900.09213.6678.8559.22
Hex458DE9462709d64f3b
Octal1052153511064701132611773
Binary10001011000110111101001100011010011101001110101101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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