Html Css Color HEX #2977DB Royal Blue

📋 copy color: '#2977DB'

red 41 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #2977DB

Tints of Royal Blue #2977DB

RGB

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

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

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

R = 10.82%
G = 31.4%
B = 57.78%

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

#2977DB (or 0x2977DB) is known color: Royal Blue. HEX triplet: 29, 77 and DB. RGB value is (41,119,219). Sum of RGB (Red+Green+Blue) = 41+119+219=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #2977DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977DB is #D68824. Grayscale: #6A6A6A. Windows color (decimal): -14059557 or 14382889. OLE color: 14382889.

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

Color convert

RGB 41 119 219 -
CMYK 0.81 0.46 0 0.14
HSL 213.71º 0.71% 0.51% -
HSV(B) 213.71º 0.81% 0.86% -
XYZ 20.3 18.78 69.57 -
YUV 107.08 191.16 80.87 -
System Red Green Blue C M Y K H S L
Decimal 41 119 219 0.81 0.46 0 0.14 213.71 0.71 0.51
Hex 29 77 DB 51 2E 0 E D6 47 33
Octal 51 167 333 121 56 0 16 326 107 63
Binary 101001 1110111 11011011 1010001 101110 0 1110 11010110 1000111 110011

Color Harmonies of #2977DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977DB

Black with #2977DB

Text Example


Text Example

White with #2977DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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