Html Css Color HEX #2976D7 Royal Blue

📋 copy color: '#2976D7'

red 41 ◦ green 118 ◦ blue 215

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

Shades of Royal Blue #2976D7

Tints of Royal Blue #2976D7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

 BLUE value IS 215 (84.38% from 255) = 57.49%

R = 10.96%
G = 31.55%
B = 57.49%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2976D7 (or 0x2976D7) is known color: Royal Blue. HEX triplet: 29, 76 and D7. RGB value is (41,118,215). Sum of RGB (Red+Green+Blue) = 41+118+215=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #2976D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976D7 is #D68928. Grayscale: #696969. Windows color (decimal): -14059817 or 14120489. OLE color: 14120489.

HSL color Cylindrical-coordinate representation of color #2976D7: hue angle of 213.45º 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 #2976D7 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 118 215 -
CMYK 0.81 0.45 0 0.16
HSL 213.45º 0.69% 0.5% -
HSV(B) 213.45º 0.81% 0.84% -
XYZ 19.66 18.33 66.79 -
YUV 106.04 189.49 81.61 -
System Red Green Blue C M Y K H S L
Decimal 41 118 215 0.81 0.45 0 0.16 213.45 0.69 0.5
Hex 29 76 D7 51 2D 0 10 D5 45 32
Octal 51 166 327 121 55 0 20 325 105 62
Binary 101001 1110110 11010111 1010001 101101 0 10000 11010101 1000101 110010

Color Harmonies of #2976D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976D7

Black with #2976D7

Text Example


Text Example

White with #2976D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2976D7;
 }
 .AnyTagClassName
 {
   color: #2976D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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