Html Css Color HEX #2972EC Royal Blue

📋 copy color: '#2972EC'

red 41 ◦ green 114 ◦ blue 236

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

Shades of Royal Blue #2972EC

Tints of Royal Blue #2972EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.36%

R = 10.49%
G = 29.16%
B = 60.36%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2972EC (or 0x2972EC) is known color: Royal Blue. HEX triplet: 29, 72 and EC. RGB value is (41,114,236). Sum of RGB (Red+Green+Blue) = 41+114+236=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #2972EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972EC is #D68D13. Grayscale: #696969. Windows color (decimal): -14060820 or 15495721. OLE color: 15495721.

HSL color Cylindrical-coordinate representation of color #2972EC: hue angle of 217.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2972EC is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 114 236 -
CMYK 0.83 0.52 0 0.07
HSL 217.54º 0.84% 0.54% -
HSV(B) 217.54º 0.83% 0.93% -
XYZ 22.07 18.56 81.78 -
YUV 106.08 201.32 81.58 -
System Red Green Blue C M Y K H S L
Decimal 41 114 236 0.83 0.52 0 0.07 217.54 0.84 0.54
Hex 29 72 EC 53 34 0 7 DA 54 36
Octal 51 162 354 123 64 0 7 332 124 66
Binary 101001 1110010 11101100 1010011 110100 0 111 11011010 1010100 110110

Color Harmonies of #2972EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2972EC

Black with #2972EC

Text Example


Text Example

White with #2972EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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