Html Css Color HEX #559EDD Picton Blue

📋 copy color: '#559EDD'

red 85 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #559EDD

Tints of Picton Blue #559EDD

RGB

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

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

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

R = 18.32%
G = 34.05%
B = 47.63%

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

#559EDD (or 0x559EDD) is known color: Picton Blue. HEX triplet: 55, 9E and DD. RGB value is (85,158,221). Sum of RGB (Red+Green+Blue) = 85+158+221=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #559EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EDD is #AA6122. Grayscale: #8F8F8F. Windows color (decimal): -11165987 or 14523989. OLE color: 14523989.

HSL color Cylindrical-coordinate representation of color #559EDD: hue angle of 207.79º 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 #559EDD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 158 221 -
CMYK 0.62 0.29 0 0.13
HSL 207.79º 0.67% 0.6% -
HSV(B) 207.79º 0.62% 0.87% -
XYZ 29.02 31.61 72.98 -
YUV 143.36 171.82 86.38 -
System Red Green Blue C M Y K H S L
Decimal 85 158 221 0.62 0.29 0 0.13 207.79 0.67 0.6
Hex 55 9E DD 3E 1D 0 D D0 43 3C
Octal 125 236 335 76 35 0 15 320 103 74
Binary 1010101 10011110 11011101 111110 11101 0 1101 11010000 1000011 111100

Color Harmonies of #559EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EDD

Black with #559EDD

Text Example


Text Example

White with #559EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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