Html Css Color HEX #559EDF Picton Blue

📋 copy color: '#559EDF'

red 85 ◦ green 158 ◦ blue 223

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

Shades of Picton Blue #559EDF

Tints of Picton Blue #559EDF

RGB

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

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

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

R = 18.24%
G = 33.91%
B = 47.85%

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

#559EDF (or 0x559EDF) is known color: Picton Blue. HEX triplet: 55, 9E and DF. RGB value is (85,158,223). Sum of RGB (Red+Green+Blue) = 85+158+223=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #559EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EDF is #AA6120. Grayscale: #8F8F8F. Windows color (decimal): -11165985 or 14655061. OLE color: 14655061.

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

Color convert

RGB 85 158 223 -
CMYK 0.62 0.29 0 0.13
HSL 208.26º 0.68% 0.6% -
HSV(B) 208.26º 0.62% 0.87% -
XYZ 29.29 31.71 74.39 -
YUV 143.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 85 158 223 0.62 0.29 0 0.13 208.26 0.68 0.6
Hex 55 9E DF 3E 1D 0 D D0 44 3C
Octal 125 236 337 76 35 0 15 320 104 74
Binary 1010101 10011110 11011111 111110 11101 0 1101 11010000 1000100 111100

Color Harmonies of #559EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EDF

Black with #559EDF

Text Example


Text Example

White with #559EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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