Html Css Color HEX #2161DD Royal Blue

📋 copy color: '#2161DD'

red 33 ◦ green 97 ◦ blue 221

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

Shades of Royal Blue #2161DD

Tints of Royal Blue #2161DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

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

R = 9.4%
G = 27.64%
B = 62.96%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2161DD (or 0x2161DD) is known color: Royal Blue. HEX triplet: 21, 61 and DD. RGB value is (33,97,221). Sum of RGB (Red+Green+Blue) = 33+97+221=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #2161DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2161DD is #DE9E22. Grayscale: #5B5B5B. Windows color (decimal): -14589475 or 14508321. OLE color: 14508321.

HSL color Cylindrical-coordinate representation of color #2161DD: hue angle of 219.57º 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 #2161DD is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 97 221 -
CMYK 0.85 0.56 0 0.13
HSL 219.57º 0.74% 0.5% -
HSV(B) 219.57º 0.85% 0.87% -
XYZ 17.95 14.09 70.18 -
YUV 92 200.8 85.92 -
System Red Green Blue C M Y K H S L
Decimal 33 97 221 0.85 0.56 0 0.13 219.57 0.74 0.5
Hex 21 61 DD 55 38 0 D DC 4A 32
Octal 41 141 335 125 70 0 15 334 112 62
Binary 100001 1100001 11011101 1010101 111000 0 1101 11011100 1001010 110010

Color Harmonies of #2161DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2161DD

Black with #2161DD

Text Example


Text Example

White with #2161DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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