Html Css Color HEX #2972D9 Royal Blue

📋 copy color: '#2972D9'

red 41 ◦ green 114 ◦ blue 217

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

Shades of Royal Blue #2972D9

Tints of Royal Blue #2972D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 58.33%

R = 11.02%
G = 30.65%
B = 58.33%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2972D9 (or 0x2972D9) is known color: Royal Blue. HEX triplet: 29, 72 and D9. RGB value is (41,114,217). Sum of RGB (Red+Green+Blue) = 41+114+217=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 217 (85.16% from 255 or 58.33% from 372); Max value from RGB is 217 - color contains mainly: blue. Hex color #2972D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972D9 is #D68D26. Grayscale: #676767. Windows color (decimal): -14060839 or 14250537. OLE color: 14250537.

HSL color Cylindrical-coordinate representation of color #2972D9: hue angle of 215.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2972D9 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 114 217 -
CMYK 0.81 0.47 0 0.15
HSL 215.11º 0.7% 0.51% -
HSV(B) 215.11º 0.81% 0.85% -
XYZ 19.46 17.52 68 -
YUV 103.92 191.82 83.12 -
System Red Green Blue C M Y K H S L
Decimal 41 114 217 0.81 0.47 0 0.15 215.11 0.7 0.51
Hex 29 72 D9 51 2F 0 F D7 46 33
Octal 51 162 331 121 57 0 17 327 106 63
Binary 101001 1110010 11011001 1010001 101111 0 1111 11010111 1000110 110011

Color Harmonies of #2972D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972D9

Black with #2972D9

Text Example


Text Example

White with #2972D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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