Html Css Color HEX #599EDB Picton Blue

📋 copy color: '#599EDB'

red 89 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #599EDB

Tints of Picton Blue #599EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.91%

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

R = 19.1%
G = 33.91%
B = 47%

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

#599EDB (or 0x599EDB) is known color: Picton Blue. HEX triplet: 59, 9E and DB. RGB value is (89,158,219). Sum of RGB (Red+Green+Blue) = 89+158+219=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #599EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EDB is #A66124. Grayscale: #909090. Windows color (decimal): -10903845 or 14392921. OLE color: 14392921.

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

Color convert

RGB 89 158 219 -
CMYK 0.59 0.28 0 0.14
HSL 208.15º 0.64% 0.6% -
HSV(B) 208.15º 0.59% 0.86% -
XYZ 29.13 31.69 71.6 -
YUV 144.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 89 158 219 0.59 0.28 0 0.14 208.15 0.64 0.6
Hex 59 9E DB 3B 1C 0 E D0 40 3C
Octal 131 236 333 73 34 0 16 320 100 74
Binary 1011001 10011110 11011011 111011 11100 0 1110 11010000 1000000 111100

Color Harmonies of #599EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EDB

Black with #599EDB

Text Example


Text Example

White with #599EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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