#459EF8

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

Shades of Cornflower Blue #459EF8

Tints of Cornflower Blue #459EF8

Color information

#459EF8 (or 0x459EF8) is unknown color: approx Cornflower Blue. HEX triplet: 45, 9E and F8. RGB value is (69,158,248). Sum of RGB (Red+Green+Blue) = 69+158+248=475 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.53% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #459EF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459EF8 is #BA6107. Grayscale: #8D8D8D. Windows color (decimal): -12214536 or 16293445. OLE color: 16293445.

HSL color Cylindrical-coordinate representation of color #459EF8: hue angle of 210.17º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #459EF8 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB69158248-
CMYK0.720.3600.03
HSL210.17º92.75%62.16%-
HSV(B)210.17º72.18%97.25%-
XYZ31.6232.593.41-
YUV141.65188.0176.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.53%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 248 (97.27% from 255) = 52.21%
R=14.53%
G=33.26%
B=52.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal691582480.720.3600.03210.1792.7562.16
Hex459EF8482403d25d3e
Octal105236370110440332213576
Binary100010110011110111110001001000100100011110100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459EF8; }

 p { color: rgb(69,158,248); }

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

<style>
 a { background-color: #459EF8; }

 a { background-color: rgb(69,158,248); }

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

<style>
 span { border-color: #459EF8; }

 span { border-color: rgb(69,158,248); }

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