#459CFC

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

Shades of Cornflower Blue #459CFC

Tints of Cornflower Blue #459CFC

Color information

#459CFC (or 0x459CFC) is unknown color: approx Cornflower Blue. HEX triplet: 45, 9C and FC. RGB value is (69,156,252). Sum of RGB (Red+Green+Blue) = 69+156+252=477 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.47% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #459CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459CFC is #BA6303. Grayscale: #8C8C8C. Windows color (decimal): -12215044 or 16555077. OLE color: 16555077.

HSL color Cylindrical-coordinate representation of color #459CFC: hue angle of 211.48º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #459CFC is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB69156252-
CMYK0.730.3800.01
HSL211.48º96.83%62.94%-
HSV(B)211.48º72.62%98.82%-
XYZ31.9132.0796.6-
YUV140.93190.6876.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.47%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 252 (98.83% from 255) = 52.83%
R=14.47%
G=32.70%
B=52.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691562520.730.3800.01211.4896.8362.94
Hex459CFC492601d3613f
Octal105234374111460132314177
Binary10001011001110011111100100100110011001110100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,156,252); }

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

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

 a { background-color: rgb(69,156,252); }

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

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

 span { border-color: rgb(69,156,252); }

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