Html Css Color HEX #559BDB Picton Blue

📋 copy color: '#559BDB'

red 85 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #559BDB

Tints of Picton Blue #559BDB

RGB

 RED value IS 85 (33.59% from 255) = 18.52%

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

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

R = 18.52%
G = 33.77%
B = 47.71%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#559BDB (or 0x559BDB) is known color: Picton Blue. HEX triplet: 55, 9B and DB. RGB value is (85,155,219). Sum of RGB (Red+Green+Blue) = 85+155+219=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #559BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BDB is #AA6424. Grayscale: #8D8D8D. Windows color (decimal): -11166757 or 14392149. OLE color: 14392149.

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

Color convert

RGB 85 155 219 -
CMYK 0.61 0.29 0 0.14
HSL 208.66º 0.65% 0.6% -
HSV(B) 208.66º 0.61% 0.86% -
XYZ 28.25 30.49 71.41 -
YUV 141.37 171.81 87.8 -
System Red Green Blue C M Y K H S L
Decimal 85 155 219 0.61 0.29 0 0.14 208.66 0.65 0.6
Hex 55 9B DB 3D 1D 0 E D1 41 3C
Octal 125 233 333 75 35 0 16 321 101 74
Binary 1010101 10011011 11011011 111101 11101 0 1110 11010001 1000001 111100

Color Harmonies of #559BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BDB

Black with #559BDB

Text Example


Text Example

White with #559BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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