Html Css Color HEX #2977D7 Royal Blue

📋 copy color: '#2977D7'

red 41 ◦ green 119 ◦ blue 215

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

Shades of Royal Blue #2977D7

Tints of Royal Blue #2977D7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 10.93%
G = 31.73%
B = 57.33%

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

#2977D7 (or 0x2977D7) is known color: Royal Blue. HEX triplet: 29, 77 and D7. RGB value is (41,119,215). Sum of RGB (Red+Green+Blue) = 41+119+215=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #2977D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977D7 is #D68828. Grayscale: #6A6A6A. Windows color (decimal): -14059561 or 14120745. OLE color: 14120745.

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

Color convert

RGB 41 119 215 -
CMYK 0.81 0.45 0 0.16
HSL 213.1º 0.69% 0.5% -
HSV(B) 213.1º 0.81% 0.84% -
XYZ 19.78 18.57 66.83 -
YUV 106.62 189.16 81.19 -
System Red Green Blue C M Y K H S L
Decimal 41 119 215 0.81 0.45 0 0.16 213.1 0.69 0.5
Hex 29 77 D7 51 2D 0 10 D5 45 32
Octal 51 167 327 121 55 0 20 325 105 62
Binary 101001 1110111 11010111 1010001 101101 0 10000 11010101 1000101 110010

Color Harmonies of #2977D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977D7

Black with #2977D7

Text Example


Text Example

White with #2977D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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