#459DFA

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

Shades of Cornflower Blue #459DFA

Tints of Cornflower Blue #459DFA

Color information

#459DFA (or 0x459DFA) is unknown color: approx Cornflower Blue. HEX triplet: 45, 9D and FA. RGB value is (69,157,250). Sum of RGB (Red+Green+Blue) = 69+157+250=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #459DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459DFA is #BA6205. Grayscale: #8C8C8C. Windows color (decimal): -12214790 or 16424261. OLE color: 16424261.

HSL color Cylindrical-coordinate representation of color #459DFA: hue angle of 210.83º 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 #459DFA is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69157250-
CMYK0.720.3700.02
HSL210.83º94.76%62.55%-
HSV(B)210.83º72.4%98.04%-
XYZ31.7732.2895-
YUV141.29189.3576.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.50%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 250 (98.05% from 255) = 52.52%
R=14.50%
G=32.98%
B=52.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691572500.720.3700.02210.8394.7662.55
Hex459DFA482502d35f3f
Octal105235372110450232313777
Binary100010110011101111110101001000100101010110100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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