Html Css Color HEX #2979DA Royal Blue

📋 copy color: '#2979DA'

red 41 ◦ green 121 ◦ blue 218

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

Shades of Royal Blue #2979DA

Tints of Royal Blue #2979DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.84%

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

R = 10.79%
G = 31.84%
B = 57.37%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2979DA (or 0x2979DA) is known color: Royal Blue. HEX triplet: 29, 79 and DA. RGB value is (41,121,218). Sum of RGB (Red+Green+Blue) = 41+121+218=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #2979DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979DA is #D68625. Grayscale: #6B6B6B. Windows color (decimal): -14059046 or 14317865. OLE color: 14317865.

HSL color Cylindrical-coordinate representation of color #2979DA: hue angle of 212.88º 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 #2979DA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 121 218 -
CMYK 0.81 0.44 0 0.15
HSL 212.88º 0.71% 0.51% -
HSV(B) 212.88º 0.81% 0.85% -
XYZ 20.41 19.21 68.96 -
YUV 108.14 190 80.11 -
System Red Green Blue C M Y K H S L
Decimal 41 121 218 0.81 0.44 0 0.15 212.88 0.71 0.51
Hex 29 79 DA 51 2C 0 F D5 47 33
Octal 51 171 332 121 54 0 17 325 107 63
Binary 101001 1111001 11011010 1010001 101100 0 1111 11010101 1000111 110011

Color Harmonies of #2979DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979DA

Black with #2979DA

Text Example


Text Example

White with #2979DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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