#458EFE

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

Shades of Cornflower Blue #458EFE

Tints of Cornflower Blue #458EFE

Color information

#458EFE (or 0x458EFE) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8E and FE. RGB value is (69,142,254). Sum of RGB (Red+Green+Blue) = 69+142+254=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #458EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EFE is #BA7101. Grayscale: #848484. Windows color (decimal): -12218626 or 16682565. OLE color: 16682565.

HSL color Cylindrical-coordinate representation of color #458EFE: hue angle of 216.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458EFE is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB69142254-
CMYK0.730.4400.00
HSL216.32º98.93%63.33%-
HSV(B)216.32º72.83%99.61%-
XYZ30.0227.7797.54-
YUV132.94196.3282.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.84%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 254 (99.61% from 255) = 54.62%
R=14.84%
G=30.54%
B=54.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal691422540.730.4400.00216.3298.9363.33
Hex458EFE492C00d8633f
Octal105216376111540033014377
Binary10001011000111011111110100100110110000110110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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