Html Css Color HEX #2175DC Royal Blue

📋 copy color: '#2175DC'

red 33 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #2175DC

Tints of Royal Blue #2175DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

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

R = 8.92%
G = 31.62%
B = 59.46%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2175DC (or 0x2175DC) is known color: Royal Blue. HEX triplet: 21, 75 and DC. RGB value is (33,117,220). Sum of RGB (Red+Green+Blue) = 33+117+220=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #2175DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175DC is #DE8A23. Grayscale: #676767. Windows color (decimal): -14584356 or 14447905. OLE color: 14447905.

HSL color Cylindrical-coordinate representation of color #2175DC: hue angle of 213.05º 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 #2175DC is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 117 220 -
CMYK 0.85 0.47 0 0.14
HSL 213.05º 0.74% 0.5% -
HSV(B) 213.05º 0.85% 0.86% -
XYZ 19.91 18.21 70.18 -
YUV 103.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 33 117 220 0.85 0.47 0 0.14 213.05 0.74 0.5
Hex 21 75 DC 55 2F 0 E D5 4A 32
Octal 41 165 334 125 57 0 16 325 112 62
Binary 100001 1110101 11011100 1010101 101111 0 1110 11010101 1001010 110010

Color Harmonies of #2175DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2175DC

Black with #2175DC

Text Example


Text Example

White with #2175DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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