#458EFF

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

Shades of Cornflower Blue #458EFF

Tints of Cornflower Blue #458EFF

Color information

#458EFF (or 0x458EFF) is unknown color: approx Cornflower Blue. HEX triplet: 45, 8E and FF. RGB value is (69,142,255). Sum of RGB (Red+Green+Blue) = 69+142+255=466 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.81% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #458EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EFF is #BA7100. Grayscale: #848484. Windows color (decimal): -12218625 or 16748101. OLE color: 16748101.

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

Color convert

RGB69142255-
CMYK0.730.4400
HSL216.45º100%63.53%-
HSV(B)216.45º72.94%100%-
XYZ30.1827.8398.39-
YUV133.06196.8282.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.81%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 255 (100% from 255) = 54.72%
R=14.81%
G=30.47%
B=54.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal691422550.730.4400216.4510063.53
Hex458EFF492C00d86440
Octal1052163771115400330144100
Binary100010110001110111111111001001101100001101100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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