Html Css Color HEX #599BDB Picton Blue

📋 copy color: '#599BDB'

red 89 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #599BDB

Tints of Picton Blue #599BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 19.22%
G = 33.48%
B = 47.3%

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

#599BDB (or 0x599BDB) is known color: Picton Blue. HEX triplet: 59, 9B and DB. RGB value is (89,155,219). Sum of RGB (Red+Green+Blue) = 89+155+219=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #599BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BDB is #A66424. Grayscale: #8E8E8E. Windows color (decimal): -10904613 or 14392153. OLE color: 14392153.

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

Color convert

RGB 89 155 219 -
CMYK 0.59 0.29 0 0.14
HSL 209.54º 0.64% 0.6% -
HSV(B) 209.54º 0.59% 0.86% -
XYZ 28.63 30.68 71.43 -
YUV 142.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 89 155 219 0.59 0.29 0 0.14 209.54 0.64 0.6
Hex 59 9B DB 3B 1D 0 E D2 40 3C
Octal 131 233 333 73 35 0 16 322 100 74
Binary 1011001 10011011 11011011 111011 11101 0 1110 11010010 1000000 111100

Color Harmonies of #599BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BDB

Black with #599BDB

Text Example


Text Example

White with #599BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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