Html Css Color HEX #2170DD Royal Blue

📋 copy color: '#2170DD'

red 33 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #2170DD

Tints of Royal Blue #2170DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 9.02%
G = 30.6%
B = 60.38%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2170DD (or 0x2170DD) is known color: Royal Blue. HEX triplet: 21, 70 and DD. RGB value is (33,112,221). Sum of RGB (Red+Green+Blue) = 33+112+221=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #2170DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170DD is #DE8F22. Grayscale: #646464. Windows color (decimal): -14585635 or 14512161. OLE color: 14512161.

HSL color Cylindrical-coordinate representation of color #2170DD: hue angle of 214.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2170DD is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 112 221 -
CMYK 0.85 0.49 0 0.13
HSL 214.79º 0.74% 0.5% -
HSV(B) 214.79º 0.85% 0.87% -
XYZ 19.47 17.13 70.69 -
YUV 100.81 195.83 79.64 -
System Red Green Blue C M Y K H S L
Decimal 33 112 221 0.85 0.49 0 0.13 214.79 0.74 0.5
Hex 21 70 DD 55 31 0 D D7 4A 32
Octal 41 160 335 125 61 0 15 327 112 62
Binary 100001 1110000 11011101 1010101 110001 0 1101 11010111 1001010 110010

Color Harmonies of #2170DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2170DD

Black with #2170DD

Text Example


Text Example

White with #2170DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2170DD; }

 p { color: rgb(33,112,221); }

 H1.HeaderClassName
 {
   color: #2170DD;
 }
 .AnyTagClassName
 {
   color: #2170DD;
 }
</style>

background-color css

<style>
 a { background-color: #2170DD; }

 a { background-color: rgb(33,112,221); }

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

border-color css

<style>
 span { border-color: #2170DD; }

 span { border-color: rgb(33,112,221); }

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