Html Css Color HEX #556FE1 Royal Blue

📋 copy color: '#556FE1'

red 85 ◦ green 111 ◦ blue 225

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

Shades of Royal Blue #556FE1

Tints of Royal Blue #556FE1

RGB

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

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

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

R = 20.19%
G = 26.37%
B = 53.44%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#556FE1 (or 0x556FE1) is known color: Royal Blue. HEX triplet: 55, 6F and E1. RGB value is (85,111,225). Sum of RGB (Red+Green+Blue) = 85+111+225=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #556FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FE1 is #AA901E. Grayscale: #737373. Windows color (decimal): -11178015 or 14774101. OLE color: 14774101.

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

Color convert

RGB 85 111 225 -
CMYK 0.62 0.51 0 0.12
HSL 228.86º 0.7% 0.61% -
HSV(B) 228.86º 0.62% 0.88% -
XYZ 23.02 18.74 73.64 -
YUV 116.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 85 111 225 0.62 0.51 0 0.12 228.86 0.7 0.61
Hex 55 6F E1 3E 33 0 C E5 46 3D
Octal 125 157 341 76 63 0 14 345 106 75
Binary 1010101 1101111 11100001 111110 110011 0 1100 11100101 1000110 111101

Color Harmonies of #556FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FE1

Black with #556FE1

Text Example


Text Example

White with #556FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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