Html Css Color HEX #559DE1 Picton Blue

📋 copy color: '#559DE1'

red 85 ◦ green 157 ◦ blue 225

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

Shades of Picton Blue #559DE1

Tints of Picton Blue #559DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 18.2%
G = 33.62%
B = 48.18%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#559DE1 (or 0x559DE1) is known color: Picton Blue. HEX triplet: 55, 9D and E1. RGB value is (85,157,225). Sum of RGB (Red+Green+Blue) = 85+157+225=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #559DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DE1 is #AA621E. Grayscale: #8E8E8E. Windows color (decimal): -11166239 or 14785877. OLE color: 14785877.

HSL color Cylindrical-coordinate representation of color #559DE1: hue angle of 209.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559DE1 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 157 225 -
CMYK 0.62 0.30 0 0.12
HSL 209.14º 0.7% 0.61% -
HSV(B) 209.14º 0.62% 0.88% -
XYZ 29.39 31.48 75.76 -
YUV 143.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 85 157 225 0.62 0.30 0 0.12 209.14 0.7 0.61
Hex 55 9D E1 3E 1E 0 C D1 46 3D
Octal 125 235 341 76 36 0 14 321 106 75
Binary 1010101 10011101 11100001 111110 11110 0 1100 11010001 1000110 111101

Color Harmonies of #559DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DE1

Black with #559DE1

Text Example


Text Example

White with #559DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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