Html Css Color HEX #599CDB Picton Blue

📋 copy color: '#599CDB'

red 89 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #599CDB

Tints of Picton Blue #599CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 19.18%
G = 33.62%
B = 47.2%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#599CDB (or 0x599CDB) is known color: Picton Blue. HEX triplet: 59, 9C and DB. RGB value is (89,156,219). Sum of RGB (Red+Green+Blue) = 89+156+219=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #599CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CDB is #A66324. Grayscale: #8E8E8E. Windows color (decimal): -10904357 or 14392409. OLE color: 14392409.

HSL color Cylindrical-coordinate representation of color #599CDB: hue angle of 209.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599CDB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 156 219 -
CMYK 0.59 0.29 0 0.14
HSL 209.08º 0.64% 0.6% -
HSV(B) 209.08º 0.59% 0.86% -
XYZ 28.79 31.02 71.49 -
YUV 143.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 89 156 219 0.59 0.29 0 0.14 209.08 0.64 0.6
Hex 59 9C DB 3B 1D 0 E D1 40 3C
Octal 131 234 333 73 35 0 16 321 100 74
Binary 1011001 10011100 11011011 111011 11101 0 1110 11010001 1000000 111100

Color Harmonies of #599CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CDB

Black with #599CDB

Text Example


Text Example

White with #599CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,156,219); }

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

background-color css

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

 a { background-color: rgb(89,156,219); }

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

border-color css

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

 span { border-color: rgb(89,156,219); }

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