Html Css Color HEX #2173DC Royal Blue

📋 copy color: '#2173DC'

red 33 ◦ green 115 ◦ blue 220

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

Shades of Royal Blue #2173DC

Tints of Royal Blue #2173DC

RGB

 RED value IS 33 (13.28% from 255) = 8.97%

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 8.97%
G = 31.25%
B = 59.78%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2173DC (or 0x2173DC) is known color: Royal Blue. HEX triplet: 21, 73 and DC. RGB value is (33,115,220). Sum of RGB (Red+Green+Blue) = 33+115+220=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #2173DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2173DC is #DE8C23. Grayscale: #656565. Windows color (decimal): -14584868 or 14447393. OLE color: 14447393.

HSL color Cylindrical-coordinate representation of color #2173DC: hue angle of 213.69º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2173DC is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 115 220 -
CMYK 0.85 0.48 0 0.14
HSL 213.69º 0.74% 0.5% -
HSV(B) 213.69º 0.85% 0.86% -
XYZ 19.68 17.75 70.1 -
YUV 102.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 33 115 220 0.85 0.48 0 0.14 213.69 0.74 0.5
Hex 21 73 DC 55 30 0 E D6 4A 32
Octal 41 163 334 125 60 0 16 326 112 62
Binary 100001 1110011 11011100 1010101 110000 0 1110 11010110 1001010 110010

Color Harmonies of #2173DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2173DC

Black with #2173DC

Text Example


Text Example

White with #2173DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2173DC; }

 p { color: rgb(33,115,220); }

 H1.HeaderClassName
 {
   color: #2173DC;
 }
 .AnyTagClassName
 {
   color: #2173DC;
 }
</style>

background-color css

<style>
 a { background-color: #2173DC; }

 a { background-color: rgb(33,115,220); }

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

border-color css

<style>
 span { border-color: #2173DC; }

 span { border-color: rgb(33,115,220); }

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