#2972D7

Color #2972D7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2972D7

Tints of Royal Blue #2972D7

Color information

#2972D7 (or 0x2972D7) is unknown color: approx Royal Blue. HEX triplet: 29, 72 and D7. RGB value is (41,114,215). Sum of RGB (Red+Green+Blue) = 41+114+215=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #2972D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972D7 is #D68D28. Grayscale: #676767. Windows color (decimal): -14060841 or 14119465. OLE color: 14119465.

HSL color Cylindrical-coordinate representation of color #2972D7: hue angle of 214.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2972D7 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB41114215-
CMYK0.810.4700.16
HSL214.83º68.5%50.2%-
HSV(B)214.83º80.93%84.31%-
XYZ19.217.4166.64-
YUV103.69190.8283.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.08%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 215 (84.38% from 255) = 58.11%
R=11.08%
G=30.81%
B=58.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal411142150.810.4700.16214.8368.550.2
Hex2972D7512F010d74532
Octal511623271215702032710562
Binary1010011110010110101111010001101111010000110101111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2972D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2972D7;
 }
 .AnyTagClassName
 {
   color: #2972D7;
 }
</style>
background-color css

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

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

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

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

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

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