#599AFD

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

Shades of Cornflower Blue #599AFD

Tints of Cornflower Blue #599AFD

Color information

#599AFD (or 0x599AFD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9A and FD. RGB value is (89,154,253). Sum of RGB (Red+Green+Blue) = 89+154+253=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #599AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AFD is #A66502. Grayscale: #919191. Windows color (decimal): -10904835 or 16620121. OLE color: 16620121.

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

Color convert

RGB89154253-
CMYK0.650.3900.01
HSL216.22º97.62%67.06%-
HSV(B)216.22º64.82%99.22%-
XYZ33.4132.3397.41-
YUV145.85188.4787.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.94%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=17.94%
G=31.05%
B=51.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891542530.650.3900.01216.2297.6267.06
Hex599AFD412701d86243
Octal1312323751014701330142103
Binary101100110011010111111011000001100111011101100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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