Html Css Color HEX #559BE0 Picton Blue

📋 copy color: '#559BE0'

red 85 ◦ green 155 ◦ blue 224

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

Shades of Picton Blue #559BE0

Tints of Picton Blue #559BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.41%

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 18.32%
G = 33.41%
B = 48.28%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#559BE0 (or 0x559BE0) is known color: Picton Blue. HEX triplet: 55, 9B and E0. RGB value is (85,155,224). Sum of RGB (Red+Green+Blue) = 85+155+224=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #559BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BE0 is #AA641F. Grayscale: #8D8D8D. Windows color (decimal): -11166752 or 14719829. OLE color: 14719829.

HSL color Cylindrical-coordinate representation of color #559BE0: hue angle of 209.78º degrees, saturation: 0.69, 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 #559BE0 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 155 224 -
CMYK 0.62 0.31 0 0.12
HSL 209.78º 0.69% 0.61% -
HSV(B) 209.78º 0.62% 0.88% -
XYZ 28.92 30.76 74.93 -
YUV 141.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 85 155 224 0.62 0.31 0 0.12 209.78 0.69 0.61
Hex 55 9B E0 3E 1F 0 C D2 45 3D
Octal 125 233 340 76 37 0 14 322 105 75
Binary 1010101 10011011 11100000 111110 11111 0 1100 11010010 1000101 111101

Color Harmonies of #559BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BE0

Black with #559BE0

Text Example


Text Example

White with #559BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,155,224); }

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

background-color css

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

 a { background-color: rgb(85,155,224); }

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

border-color css

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

 span { border-color: rgb(85,155,224); }

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