Html Css Color HEX #559DDF Picton Blue

📋 copy color: '#559DDF'

red 85 ◦ green 157 ◦ blue 223

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

Shades of Picton Blue #559DDF

Tints of Picton Blue #559DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 18.28%
G = 33.76%
B = 47.96%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#559DDF (or 0x559DDF) is known color: Picton Blue. HEX triplet: 55, 9D and DF. RGB value is (85,157,223). Sum of RGB (Red+Green+Blue) = 85+157+223=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #559DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DDF is #AA6220. Grayscale: #8E8E8E. Windows color (decimal): -11166241 or 14654805. OLE color: 14654805.

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

Color convert

RGB 85 157 223 -
CMYK 0.62 0.30 0 0.13
HSL 208.7º 0.68% 0.6% -
HSV(B) 208.7º 0.62% 0.87% -
XYZ 29.12 31.37 74.33 -
YUV 143 173.15 86.63 -
System Red Green Blue C M Y K H S L
Decimal 85 157 223 0.62 0.30 0 0.13 208.7 0.68 0.6
Hex 55 9D DF 3E 1E 0 D D1 44 3C
Octal 125 235 337 76 36 0 15 321 104 74
Binary 1010101 10011101 11011111 111110 11110 0 1101 11010001 1000100 111100

Color Harmonies of #559DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DDF

Black with #559DDF

Text Example


Text Example

White with #559DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,157,223); }

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

background-color css

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

 a { background-color: rgb(85,157,223); }

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

border-color css

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

 span { border-color: rgb(85,157,223); }

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