Html Css Color HEX #559EDB Picton Blue

📋 copy color: '#559EDB'

red 85 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #559EDB

Tints of Picton Blue #559EDB

RGB

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

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

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

R = 18.4%
G = 34.2%
B = 47.4%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#559EDB (or 0x559EDB) is known color: Picton Blue. HEX triplet: 55, 9E and DB. RGB value is (85,158,219). Sum of RGB (Red+Green+Blue) = 85+158+219=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #559EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EDB is #AA6124. Grayscale: #8E8E8E. Windows color (decimal): -11165989 or 14392917. OLE color: 14392917.

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

Color convert

RGB 85 158 219 -
CMYK 0.61 0.28 0 0.14
HSL 207.31º 0.65% 0.6% -
HSV(B) 207.31º 0.61% 0.86% -
XYZ 28.76 31.5 71.58 -
YUV 143.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 85 158 219 0.61 0.28 0 0.14 207.31 0.65 0.6
Hex 55 9E DB 3D 1C 0 E CF 41 3C
Octal 125 236 333 75 34 0 16 317 101 74
Binary 1010101 10011110 11011011 111101 11100 0 1110 11001111 1000001 111100

Color Harmonies of #559EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EDB

Black with #559EDB

Text Example


Text Example

White with #559EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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