Html Css Color HEX #2976DB Royal Blue

📋 copy color: '#2976DB'

red 41 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #2976DB

Tints of Royal Blue #2976DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 10.85%
G = 31.22%
B = 57.94%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2976DB (or 0x2976DB) is known color: Royal Blue. HEX triplet: 29, 76 and DB. RGB value is (41,118,219). Sum of RGB (Red+Green+Blue) = 41+118+219=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #2976DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976DB is #D68924. Grayscale: #6A6A6A. Windows color (decimal): -14059813 or 14382633. OLE color: 14382633.

HSL color Cylindrical-coordinate representation of color #2976DB: hue angle of 214.04º degrees, saturation: 0.71, 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 #2976DB is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 118 219 -
CMYK 0.81 0.46 0 0.14
HSL 214.04º 0.71% 0.51% -
HSV(B) 214.04º 0.81% 0.86% -
XYZ 20.18 18.54 69.53 -
YUV 106.49 191.49 81.29 -
System Red Green Blue C M Y K H S L
Decimal 41 118 219 0.81 0.46 0 0.14 214.04 0.71 0.51
Hex 29 76 DB 51 2E 0 E D6 47 33
Octal 51 166 333 121 56 0 16 326 107 63
Binary 101001 1110110 11011011 1010001 101110 0 1110 11010110 1000111 110011

Color Harmonies of #2976DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976DB

Black with #2976DB

Text Example


Text Example

White with #2976DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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