Html Css Color HEX #2977EB Royal Blue

📋 copy color: '#2977EB'

red 41 ◦ green 119 ◦ blue 235

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

Shades of Royal Blue #2977EB

Tints of Royal Blue #2977EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 10.38%
G = 30.13%
B = 59.49%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2977EB (or 0x2977EB) is known color: Royal Blue. HEX triplet: 29, 77 and EB. RGB value is (41,119,235). Sum of RGB (Red+Green+Blue) = 41+119+235=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #2977EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2977EB is #D68814. Grayscale: #6C6C6C. Windows color (decimal): -14059541 or 15431465. OLE color: 15431465.

HSL color Cylindrical-coordinate representation of color #2977EB: hue angle of 215.88º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2977EB is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 119 235 -
CMYK 0.83 0.49 0 0.08
HSL 215.88º 0.83% 0.54% -
HSV(B) 215.88º 0.83% 0.92% -
XYZ 22.51 19.66 81.21 -
YUV 108.9 199.16 79.57 -
System Red Green Blue C M Y K H S L
Decimal 41 119 235 0.83 0.49 0 0.08 215.88 0.83 0.54
Hex 29 77 EB 53 31 0 8 D8 53 36
Octal 51 167 353 123 61 0 10 330 123 66
Binary 101001 1110111 11101011 1010011 110001 0 1000 11011000 1010011 110110

Color Harmonies of #2977EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977EB

Black with #2977EB

Text Example


Text Example

White with #2977EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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