Html Css Color HEX #599DDB Picton Blue

📋 copy color: '#599DDB'

red 89 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #599DDB

Tints of Picton Blue #599DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

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

R = 19.14%
G = 33.76%
B = 47.1%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#599DDB (or 0x599DDB) is known color: Picton Blue. HEX triplet: 59, 9D and DB. RGB value is (89,157,219). Sum of RGB (Red+Green+Blue) = 89+157+219=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #599DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DDB is #A66224. Grayscale: #8F8F8F. Windows color (decimal): -10904101 or 14392665. OLE color: 14392665.

HSL color Cylindrical-coordinate representation of color #599DDB: hue angle of 208.62º 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 #599DDB is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 157 219 -
CMYK 0.59 0.28 0 0.14
HSL 208.62º 0.64% 0.6% -
HSV(B) 208.62º 0.59% 0.86% -
XYZ 28.96 31.35 71.54 -
YUV 143.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 89 157 219 0.59 0.28 0 0.14 208.62 0.64 0.6
Hex 59 9D DB 3B 1C 0 E D1 40 3C
Octal 131 235 333 73 34 0 16 321 100 74
Binary 1011001 10011101 11011011 111011 11100 0 1110 11010001 1000000 111100

Color Harmonies of #599DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DDB

Black with #599DDB

Text Example


Text Example

White with #599DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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