Html Css Color HEX #556DE1 Royal Blue

📋 copy color: '#556DE1'

red 85 ◦ green 109 ◦ blue 225

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

Shades of Royal Blue #556DE1

Tints of Royal Blue #556DE1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

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

R = 20.29%
G = 26.01%
B = 53.7%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#556DE1 (or 0x556DE1) is known color: Royal Blue. HEX triplet: 55, 6D and E1. RGB value is (85,109,225). Sum of RGB (Red+Green+Blue) = 85+109+225=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #556DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DE1 is #AA921E. Grayscale: #727272. Windows color (decimal): -11178527 or 14773589. OLE color: 14773589.

HSL color Cylindrical-coordinate representation of color #556DE1: hue angle of 229.71º 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 #556DE1 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 109 225 -
CMYK 0.62 0.52 0 0.12
HSL 229.71º 0.7% 0.61% -
HSV(B) 229.71º 0.62% 0.88% -
XYZ 22.81 18.3 73.57 -
YUV 115.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 85 109 225 0.62 0.52 0 0.12 229.71 0.7 0.61
Hex 55 6D E1 3E 34 0 C E6 46 3D
Octal 125 155 341 76 64 0 14 346 106 75
Binary 1010101 1101101 11100001 111110 110100 0 1100 11100110 1000110 111101

Color Harmonies of #556DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DE1

Black with #556DE1

Text Example


Text Example

White with #556DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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