#458BEB

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

Shades of Cornflower Blue #458BEB

Tints of Cornflower Blue #458BEB

Color information

#458BEB (or 0x458BEB) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8B and EB. RGB value is (69,139,235). Sum of RGB (Red+Green+Blue) = 69+139+235=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #458BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BEB is #BA7414. Grayscale: #808080. Windows color (decimal): -12219413 or 15436613. OLE color: 15436613.

HSL color Cylindrical-coordinate representation of color #458BEB: hue angle of 214.7º 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 #458BEB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB69139235-
CMYK0.710.4100.08
HSL214.7º80.58%59.61%-
HSV(B)214.7º70.64%92.16%-
XYZ26.6825.7382.16-
YUV129.01187.8185.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.58%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 235 (92.19% from 255) = 53.05%
R=15.58%
G=31.38%
B=53.05%

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
Decimal691392350.710.4100.08214.780.5859.61
Hex458BEB472908d7513c
Octal1052133531075101032712174
Binary10001011000101111101011100011110100101000110101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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