Html Css Color HEX #556ADF Royal Blue

📋 copy color: '#556ADF'

red 85 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #556ADF

Tints of Royal Blue #556ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 20.53%
G = 25.6%
B = 53.86%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#556ADF (or 0x556ADF) is known color: Royal Blue. HEX triplet: 55, 6A and DF. RGB value is (85,106,223). Sum of RGB (Red+Green+Blue) = 85+106+223=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #556ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ADF is #AA9520. Grayscale: #707070. Windows color (decimal): -11179297 or 14641749. OLE color: 14641749.

HSL color Cylindrical-coordinate representation of color #556ADF: hue angle of 230.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556ADF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 106 223 -
CMYK 0.62 0.52 0 0.13
HSL 230.87º 0.68% 0.6% -
HSV(B) 230.87º 0.62% 0.87% -
XYZ 22.22 17.57 72.03 -
YUV 113.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 85 106 223 0.62 0.52 0 0.13 230.87 0.68 0.6
Hex 55 6A DF 3E 34 0 D E7 44 3C
Octal 125 152 337 76 64 0 15 347 104 74
Binary 1010101 1101010 11011111 111110 110100 0 1101 11100111 1000100 111100

Color Harmonies of #556ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ADF

Black with #556ADF

Text Example


Text Example

White with #556ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,223); }

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

background-color css

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

 a { background-color: rgb(85,106,223); }

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

border-color css

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

 span { border-color: rgb(85,106,223); }

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