#458AEB

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

Shades of Cornflower Blue #458AEB

Tints of Cornflower Blue #458AEB

Color information

#458AEB (or 0x458AEB) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8A and EB. RGB value is (69,138,235). Sum of RGB (Red+Green+Blue) = 69+138+235=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #458AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AEB is #BA7514. Grayscale: #7F7F7F. Windows color (decimal): -12219669 or 15436357. OLE color: 15436357.

HSL color Cylindrical-coordinate representation of color #458AEB: hue angle of 215.06º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458AEB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB69138235-
CMYK0.710.4100.08
HSL215.06º80.58%59.61%-
HSV(B)215.06º70.64%92.16%-
XYZ26.5425.4482.11-
YUV128.43188.1485.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.61%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 235 (92.19% from 255) = 53.17%
R=15.61%
G=31.22%
B=53.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal691382350.710.4100.08215.0680.5859.61
Hex458AEB472908d7513c
Octal1052123531075101032712174
Binary10001011000101011101011100011110100101000110101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,138,235); }

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

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

 a { background-color: rgb(69,138,235); }

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

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

 span { border-color: rgb(69,138,235); }

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