Html Css Color HEX #556FDA Royal Blue

📋 copy color: '#556FDA'

red 85 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #556FDA

Tints of Royal Blue #556FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 20.53%
G = 26.81%
B = 52.66%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#556FDA (or 0x556FDA) is known color: Royal Blue. HEX triplet: 55, 6F and DA. RGB value is (85,111,218). Sum of RGB (Red+Green+Blue) = 85+111+218=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #556FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FDA is #AA9025. Grayscale: #727272. Windows color (decimal): -11178022 or 14315349. OLE color: 14315349.

HSL color Cylindrical-coordinate representation of color #556FDA: hue angle of 228.27º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556FDA is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 111 218 -
CMYK 0.61 0.49 0 0.15
HSL 228.27º 0.64% 0.59% -
HSV(B) 228.27º 0.61% 0.85% -
XYZ 22.09 18.36 68.71 -
YUV 115.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 85 111 218 0.61 0.49 0 0.15 228.27 0.64 0.59
Hex 55 6F DA 3D 31 0 F E4 40 3B
Octal 125 157 332 75 61 0 17 344 100 73
Binary 1010101 1101111 11011010 111101 110001 0 1111 11100100 1000000 111011

Color Harmonies of #556FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FDA

Black with #556FDA

Text Example


Text Example

White with #556FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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