Html Css Color HEX #559CDF Picton Blue

📋 copy color: '#559CDF'

red 85 ◦ green 156 ◦ blue 223

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

Shades of Picton Blue #559CDF

Tints of Picton Blue #559CDF

RGB

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

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

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

R = 18.32%
G = 33.62%
B = 48.06%

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

#559CDF (or 0x559CDF) is known color: Picton Blue. HEX triplet: 55, 9C and DF. RGB value is (85,156,223). Sum of RGB (Red+Green+Blue) = 85+156+223=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #559CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CDF is #AA6320. Grayscale: #8E8E8E. Windows color (decimal): -11166497 or 14654549. OLE color: 14654549.

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

Color convert

RGB 85 156 223 -
CMYK 0.62 0.30 0 0.13
HSL 209.13º 0.68% 0.6% -
HSV(B) 209.13º 0.62% 0.87% -
XYZ 28.95 31.04 74.28 -
YUV 142.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 85 156 223 0.62 0.30 0 0.13 209.13 0.68 0.6
Hex 55 9C DF 3E 1E 0 D D1 44 3C
Octal 125 234 337 76 36 0 15 321 104 74
Binary 1010101 10011100 11011111 111110 11110 0 1101 11010001 1000100 111100

Color Harmonies of #559CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CDF

Black with #559CDF

Text Example


Text Example

White with #559CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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