#599BFC

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

Shades of Cornflower Blue #599BFC

Tints of Cornflower Blue #599BFC

Color information

#599BFC (or 0x599BFC) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9B and FC. RGB value is (89,155,252). Sum of RGB (Red+Green+Blue) = 89+155+252=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #599BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599BFC is #A66403. Grayscale: #919191. Windows color (decimal): -10904580 or 16554841. OLE color: 16554841.

HSL color Cylindrical-coordinate representation of color #599BFC: hue angle of 215.71º degrees, saturation: 0.96, 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 #599BFC is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB89155252-
CMYK0.650.3800.01
HSL215.71º96.45%66.86%-
HSV(B)215.71º64.68%98.82%-
XYZ33.4132.5996.63-
YUV146.32187.6387.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.94%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 252 (98.83% from 255) = 50.81%
R=17.94%
G=31.25%
B=50.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891552520.650.3800.01215.7196.4566.86
Hex599BFC412601d86043
Octal1312333741014601330140103
Binary101100110011011111111001000001100110011101100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,155,252); }

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

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

 a { background-color: rgb(89,155,252); }

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

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

 span { border-color: rgb(89,155,252); }

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