#458DFE

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

Shades of Cornflower Blue #458DFE

Tints of Cornflower Blue #458DFE

Color information

#458DFE (or 0x458DFE) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8D and FE. RGB value is (69,141,254). Sum of RGB (Red+Green+Blue) = 69+141+254=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #458DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DFE is #BA7201. Grayscale: #838383. Windows color (decimal): -12218882 or 16682309. OLE color: 16682309.

HSL color Cylindrical-coordinate representation of color #458DFE: hue angle of 216.65º 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 #458DFE is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB69141254-
CMYK0.730.4400.00
HSL216.65º98.93%63.33%-
HSV(B)216.65º72.83%99.61%-
XYZ29.8727.4797.49-
YUV132.35196.6582.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.87%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 254 (99.61% from 255) = 54.74%
R=14.87%
G=30.39%
B=54.74%

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
Decimal691412540.730.4400.00216.6598.9363.33
Hex458DFE492C00d9633f
Octal105215376111540033114377
Binary10001011000110111111110100100110110000110110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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