Html Css Color HEX #2972DD Royal Blue

📋 copy color: '#2972DD'

red 41 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #2972DD

Tints of Royal Blue #2972DD

RGB

 RED value IS 41 (16.41% from 255) = 10.9%

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 10.9%
G = 30.32%
B = 58.78%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2972DD (or 0x2972DD) is known color: Royal Blue. HEX triplet: 29, 72 and DD. RGB value is (41,114,221). Sum of RGB (Red+Green+Blue) = 41+114+221=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #2972DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972DD is #D68D22. Grayscale: #676767. Windows color (decimal): -14060835 or 14512681. OLE color: 14512681.

HSL color Cylindrical-coordinate representation of color #2972DD: hue angle of 215.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2972DD is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 114 221 -
CMYK 0.81 0.48 0 0.13
HSL 215.67º 0.73% 0.51% -
HSV(B) 215.67º 0.81% 0.87% -
XYZ 19.98 17.73 70.77 -
YUV 104.37 193.82 82.8 -
System Red Green Blue C M Y K H S L
Decimal 41 114 221 0.81 0.48 0 0.13 215.67 0.73 0.51
Hex 29 72 DD 51 30 0 D D8 49 33
Octal 51 162 335 121 60 0 15 330 111 63
Binary 101001 1110010 11011101 1010001 110000 0 1101 11011000 1001001 110011

Color Harmonies of #2972DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972DD

Black with #2972DD

Text Example


Text Example

White with #2972DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,114,221); }

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

background-color css

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

 a { background-color: rgb(41,114,221); }

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

border-color css

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

 span { border-color: rgb(41,114,221); }

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