Html Css Color HEX #2977EA Royal Blue

📋 copy color: '#2977EA'

red 41 ◦ green 119 ◦ blue 234

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

Shades of Royal Blue #2977EA

Tints of Royal Blue #2977EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 10.41%
G = 30.2%
B = 59.39%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2977EA (or 0x2977EA) is known color: Royal Blue. HEX triplet: 29, 77 and EA. RGB value is (41,119,234). Sum of RGB (Red+Green+Blue) = 41+119+234=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #2977EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2977EA is #D68815. Grayscale: #6C6C6C. Windows color (decimal): -14059542 or 15365929. OLE color: 15365929.

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

Color convert

RGB 41 119 234 -
CMYK 0.82 0.49 0 0.08
HSL 215.75º 0.82% 0.54% -
HSV(B) 215.75º 0.82% 0.92% -
XYZ 22.36 19.61 80.45 -
YUV 108.79 198.66 79.65 -
System Red Green Blue C M Y K H S L
Decimal 41 119 234 0.82 0.49 0 0.08 215.75 0.82 0.54
Hex 29 77 EA 52 31 0 8 D8 52 36
Octal 51 167 352 122 61 0 10 330 122 66
Binary 101001 1110111 11101010 1010010 110001 0 1000 11011000 1010010 110110

Color Harmonies of #2977EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977EA

Black with #2977EA

Text Example


Text Example

White with #2977EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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