Html Css Color HEX #559CDD Picton Blue

📋 copy color: '#559CDD'

red 85 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #559CDD

Tints of Picton Blue #559CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.77%

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 18.4%
G = 33.77%
B = 47.84%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#559CDD (or 0x559CDD) is known color: Picton Blue. HEX triplet: 55, 9C and DD. RGB value is (85,156,221). Sum of RGB (Red+Green+Blue) = 85+156+221=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #559CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CDD is #AA6322. Grayscale: #8D8D8D. Windows color (decimal): -11166499 or 14523477. OLE color: 14523477.

HSL color Cylindrical-coordinate representation of color #559CDD: hue angle of 208.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559CDD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 156 221 -
CMYK 0.62 0.29 0 0.13
HSL 208.68º 0.67% 0.6% -
HSV(B) 208.68º 0.62% 0.87% -
XYZ 28.69 30.93 72.86 -
YUV 142.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 85 156 221 0.62 0.29 0 0.13 208.68 0.67 0.6
Hex 55 9C DD 3E 1D 0 D D1 43 3C
Octal 125 234 335 76 35 0 15 321 103 74
Binary 1010101 10011100 11011101 111110 11101 0 1101 11010001 1000011 111100

Color Harmonies of #559CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CDD

Black with #559CDD

Text Example


Text Example

White with #559CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,156,221); }

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

background-color css

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

 a { background-color: rgb(85,156,221); }

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

border-color css

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

 span { border-color: rgb(85,156,221); }

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