Html Css Color HEX #556FED Royal Blue

📋 copy color: '#556FED'

red 85 ◦ green 111 ◦ blue 237

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

Shades of Royal Blue #556FED

Tints of Royal Blue #556FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 19.63%
G = 25.64%
B = 54.73%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#556FED (or 0x556FED) is known color: Royal Blue. HEX triplet: 55, 6F and ED. RGB value is (85,111,237). Sum of RGB (Red+Green+Blue) = 85+111+237=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #556FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FED is #AA9012. Grayscale: #757575. Windows color (decimal): -11178003 or 15560533. OLE color: 15560533.

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

Color convert

RGB 85 111 237 -
CMYK 0.64 0.53 0 0.07
HSL 229.74º 0.81% 0.63% -
HSV(B) 229.74º 0.64% 0.93% -
XYZ 24.72 19.41 82.57 -
YUV 117.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 85 111 237 0.64 0.53 0 0.07 229.74 0.81 0.63
Hex 55 6F ED 40 35 0 7 E6 51 3F
Octal 125 157 355 100 65 0 7 346 121 77
Binary 1010101 1101111 11101101 1000000 110101 0 111 11100110 1010001 111111

Color Harmonies of #556FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FED

Black with #556FED

Text Example


Text Example

White with #556FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,111,237); }

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

background-color css

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

 a { background-color: rgb(85,111,237); }

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

border-color css

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

 span { border-color: rgb(85,111,237); }

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