#459AFF

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

Shades of Cornflower Blue #459AFF

Tints of Cornflower Blue #459AFF

Color information

#459AFF (or 0x459AFF) is unknown color: approx Cornflower Blue. HEX triplet: 45, 9A and FF. RGB value is (69,154,255). Sum of RGB (Red+Green+Blue) = 69+154+255=478 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.44% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #459AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459AFF is #BA6500. Grayscale: #8B8B8B. Windows color (decimal): -12215553 or 16751173. OLE color: 16751173.

HSL color Cylindrical-coordinate representation of color #459AFF: hue angle of 212.58º 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 #459AFF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB69154255-
CMYK0.730.4000
HSL212.58º100%63.53%-
HSV(B)212.58º72.94%100%-
XYZ32.0631.699.02-
YUV140.1192.8477.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.44%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 255 (100% from 255) = 53.35%
R=14.44%
G=32.22%
B=53.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal691542550.730.4000212.5810063.53
Hex459AFF492800d56440
Octal1052323771115000325144100
Binary100010110011010111111111001001101000001101010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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