#2179DD

Color #2179DD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2179DD

Tints of Royal Blue #2179DD

Color information

#2179DD (or 0x2179DD) is unknown color: approx Royal Blue. HEX triplet: 21, 79 and DD. RGB value is (33,121,221). Sum of RGB (Red+Green+Blue) = 33+121+221=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2179DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2179DD is #DE8622. Grayscale: #696969. Windows color (decimal): -14583331 or 14514465. OLE color: 14514465.

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

Color convert

RGB33121221-
CMYK0.850.4500.13
HSL211.91º74.02%49.8%-
HSV(B)211.91º85.07%86.67%-
XYZ20.5219.2271.03-
YUV106.09192.8575.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.8%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=8.8%
G=32.27%
B=58.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331212210.850.4500.13211.9174.0249.8
Hex2179DD552D0Dd44a32
Octal411713351255501532411262
Binary100001111100111011101101010110110101101110101001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2179DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2179DD;
 }
 .AnyTagClassName
 {
   color: #2179DD;
 }
</style>
background-color css

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

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

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

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

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

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