#459CFA

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

Shades of Cornflower Blue #459CFA

Tints of Cornflower Blue #459CFA

Color information

#459CFA (or 0x459CFA) is unknown color: approx Cornflower Blue. HEX triplet: 45, 9C and FA. RGB value is (69,156,250). Sum of RGB (Red+Green+Blue) = 69+156+250=475 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.53% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #459CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459CFA is #BA6305. Grayscale: #8C8C8C. Windows color (decimal): -12215046 or 16424005. OLE color: 16424005.

HSL color Cylindrical-coordinate representation of color #459CFA: hue angle of 211.16º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #459CFA is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69156250-
CMYK0.720.3800.02
HSL211.16º94.76%62.55%-
HSV(B)211.16º72.4%98.04%-
XYZ31.631.9494.94-
YUV140.7189.6876.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.53%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 250 (98.05% from 255) = 52.63%
R=14.53%
G=32.84%
B=52.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691562500.720.3800.02211.1694.7662.55
Hex459CFA482602d35f3f
Octal105234372110460232313777
Binary100010110011100111110101001000100110010110100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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