Html Css Color HEX #2977DA Royal Blue

📋 copy color: '#2977DA'

red 41 ◦ green 119 ◦ blue 218

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

Shades of Royal Blue #2977DA

Tints of Royal Blue #2977DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 10.85%
G = 31.48%
B = 57.67%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2977DA (or 0x2977DA) is known color: Royal Blue. HEX triplet: 29, 77 and DA. RGB value is (41,119,218). Sum of RGB (Red+Green+Blue) = 41+119+218=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #2977DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977DA is #D68825. Grayscale: #6A6A6A. Windows color (decimal): -14059558 or 14317353. OLE color: 14317353.

HSL color Cylindrical-coordinate representation of color #2977DA: hue angle of 213.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2977DA is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 119 218 -
CMYK 0.81 0.45 0 0.15
HSL 213.56º 0.71% 0.51% -
HSV(B) 213.56º 0.81% 0.85% -
XYZ 20.17 18.73 68.88 -
YUV 106.96 190.66 80.95 -
System Red Green Blue C M Y K H S L
Decimal 41 119 218 0.81 0.45 0 0.15 213.56 0.71 0.51
Hex 29 77 DA 51 2D 0 F D6 47 33
Octal 51 167 332 121 55 0 17 326 107 63
Binary 101001 1110111 11011010 1010001 101101 0 1111 11010110 1000111 110011

Color Harmonies of #2977DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977DA

Black with #2977DA

Text Example


Text Example

White with #2977DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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