Html Css Color HEX #556EEB Royal Blue

📋 copy color: '#556EEB'

red 85 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #556EEB

Tints of Royal Blue #556EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 19.77%
G = 25.58%
B = 54.65%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#556EEB (or 0x556EEB) is known color: Royal Blue. HEX triplet: 55, 6E and EB. RGB value is (85,110,235). Sum of RGB (Red+Green+Blue) = 85+110+235=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #556EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EEB is #AA9114. Grayscale: #747474. Windows color (decimal): -11178261 or 15429205. OLE color: 15429205.

HSL color Cylindrical-coordinate representation of color #556EEB: hue angle of 230º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556EEB is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 110 235 -
CMYK 0.64 0.53 0 0.08
HSL 230º 0.79% 0.63% -
HSV(B) 230º 0.64% 0.92% -
XYZ 24.32 19.08 81 -
YUV 116.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 85 110 235 0.64 0.53 0 0.08 230 0.79 0.63
Hex 55 6E EB 40 35 0 8 E6 4F 3F
Octal 125 156 353 100 65 0 10 346 117 77
Binary 1010101 1101110 11101011 1000000 110101 0 1000 11100110 1001111 111111

Color Harmonies of #556EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EEB

Black with #556EEB

Text Example


Text Example

White with #556EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,235); }

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

background-color css

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

 a { background-color: rgb(85,110,235); }

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

border-color css

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

 span { border-color: rgb(85,110,235); }

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