Html Css Color HEX #2980DA Royal Blue

📋 copy color: '#2980DA'

red 41 ◦ green 128 ◦ blue 218

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

Shades of Royal Blue #2980DA

Tints of Royal Blue #2980DA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 10.59%
G = 33.07%
B = 56.33%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2980DA (or 0x2980DA) is known color: Royal Blue. HEX triplet: 29, 80 and DA. RGB value is (41,128,218). Sum of RGB (Red+Green+Blue) = 41+128+218=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #2980DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2980DA is #D67F25. Grayscale: #6F6F6F. Windows color (decimal): -14057254 or 14319657. OLE color: 14319657.

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

Color convert

RGB 41 128 218 -
CMYK 0.81 0.41 0 0.15
HSL 210.51º 0.71% 0.51% -
HSV(B) 210.51º 0.81% 0.85% -
XYZ 21.29 20.97 69.26 -
YUV 112.25 187.68 77.18 -
System Red Green Blue C M Y K H S L
Decimal 41 128 218 0.81 0.41 0 0.15 210.51 0.71 0.51
Hex 29 80 DA 51 29 0 F D3 47 33
Octal 51 200 332 121 51 0 17 323 107 63
Binary 101001 10000000 11011010 1010001 101001 0 1111 11010011 1000111 110011

Color Harmonies of #2980DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980DA

Black with #2980DA

Text Example


Text Example

White with #2980DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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