Html Css Color HEX #599FF2 Cornflower Blue

📋 copy color: '#599FF2'

red 89 ◦ green 159 ◦ blue 242

#599FF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #599FF2

Tints of Cornflower Blue #599FF2

RGB

 RED value IS 89 (35.16% from 255) = 18.16%

 GREEN value IS 159 (62.5% from 255) = 32.45%

 BLUE value IS 242 (94.92% from 255) = 49.39%

R = 18.16%
G = 32.45%
B = 49.39%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#599FF2 (or 0x599FF2) is known color: Cornflower Blue. HEX triplet: 59, 9F and F2. RGB value is (89,159,242). Sum of RGB (Red+Green+Blue) = 89+159+242=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #599FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599FF2 is #A6600D. Grayscale: #939393. Windows color (decimal): -10903566 or 15900505. OLE color: 15900505.

HSL color Cylindrical-coordinate representation of color #599FF2: hue angle of 212.55º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #599FF2 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 159 242 -
CMYK 0.63 0.34 0 0.05
HSL 212.55º 0.85% 0.65% -
HSV(B) 212.55º 0.63% 0.95% -
XYZ 32.54 33.33 88.72 -
YUV 147.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 89 159 242 0.63 0.34 0 0.05 212.55 0.85 0.65
Hex 59 9F F2 3F 22 0 5 D5 55 41
Octal 131 237 362 77 42 0 5 325 125 101
Binary 1011001 10011111 11110010 111111 100010 0 101 11010101 1010101 1000001

Color Harmonies of #599FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FF2

Black with #599FF2

Text Example


Text Example

White with #599FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,159,242); }

 H1.HeaderClassName
 {
   color: #599FF2;
 }
 .AnyTagClassName
 {
   color: #599FF2;
 }
</style>

background-color css

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

 a { background-color: rgb(89,159,242); }

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

border-color css

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

 span { border-color: rgb(89,159,242); }

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