Html Css Color HEX #2972DC Royal Blue

📋 copy color: '#2972DC'

red 41 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #2972DC

Tints of Royal Blue #2972DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 10.93%
G = 30.4%
B = 58.67%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2972DC (or 0x2972DC) is known color: Royal Blue. HEX triplet: 29, 72 and DC. RGB value is (41,114,220). Sum of RGB (Red+Green+Blue) = 41+114+220=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2972DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972DC is #D68D23. Grayscale: #676767. Windows color (decimal): -14060836 or 14447145. OLE color: 14447145.

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

Color convert

RGB 41 114 220 -
CMYK 0.81 0.48 0 0.14
HSL 215.53º 0.72% 0.51% -
HSV(B) 215.53º 0.81% 0.86% -
XYZ 19.85 17.67 70.08 -
YUV 104.26 193.32 82.88 -
System Red Green Blue C M Y K H S L
Decimal 41 114 220 0.81 0.48 0 0.14 215.53 0.72 0.51
Hex 29 72 DC 51 30 0 E D8 48 33
Octal 51 162 334 121 60 0 16 330 110 63
Binary 101001 1110010 11011100 1010001 110000 0 1110 11011000 1001000 110011

Color Harmonies of #2972DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972DC

Black with #2972DC

Text Example


Text Example

White with #2972DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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