Html Css Color HEX #2972DE Royal Blue

📋 copy color: '#2972DE'

red 41 ◦ green 114 ◦ blue 222

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

Shades of Royal Blue #2972DE

Tints of Royal Blue #2972DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 10.88%
G = 30.24%
B = 58.89%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2972DE (or 0x2972DE) is known color: Royal Blue. HEX triplet: 29, 72 and DE. RGB value is (41,114,222). Sum of RGB (Red+Green+Blue) = 41+114+222=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #2972DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972DE is #D68D21. Grayscale: #676767. Windows color (decimal): -14060834 or 14578217. OLE color: 14578217.

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

Color convert

RGB 41 114 222 -
CMYK 0.82 0.49 0 0.13
HSL 215.8º 0.73% 0.52% -
HSV(B) 215.8º 0.82% 0.87% -
XYZ 20.12 17.78 71.48 -
YUV 104.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 41 114 222 0.82 0.49 0 0.13 215.8 0.73 0.52
Hex 29 72 DE 52 31 0 D D8 49 34
Octal 51 162 336 122 61 0 15 330 111 64
Binary 101001 1110010 11011110 1010010 110001 0 1101 11011000 1001001 110100

Color Harmonies of #2972DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972DE

Black with #2972DE

Text Example


Text Example

White with #2972DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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