#599AFF

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

Shades of Cornflower Blue #599AFF

Tints of Cornflower Blue #599AFF

Color information

#599AFF (or 0x599AFF) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9A and FF. RGB value is (89,154,255). Sum of RGB (Red+Green+Blue) = 89+154+255=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #599AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AFF is #A66500. Grayscale: #919191. Windows color (decimal): -10904833 or 16751193. OLE color: 16751193.

HSL color Cylindrical-coordinate representation of color #599AFF: hue angle of 216.51º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #599AFF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB89154255-
CMYK0.650.4000
HSL216.51º100%67.45%-
HSV(B)216.51º65.1%100%-
XYZ33.7332.4699.09-
YUV146.08189.4787.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.87%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 255 (100% from 255) = 51.20%
R=17.87%
G=30.92%
B=51.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891542550.650.4000216.5110067.45
Hex599AFF412800d96443
Octal1312323771015000331144103
Binary101100110011010111111111000001101000001101100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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