#2980DA

Color #2980DA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2980DA

Tints of Royal Blue #2980DA

Color information

#2980DA (or 0x2980DA) is unknown color: approx 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

RGB41128218-
CMYK0.810.4100.15
HSL210.51º70.52%50.78%-
HSV(B)210.51º81.19%85.49%-
XYZ21.2920.9769.26-
YUV112.25187.6877.18-

RGB Variations

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

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 (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411282180.810.4100.15210.5170.5250.78
Hex2980DA51290Fd34733
Octal512003321215101732310763
Binary1010011000000011011010101000110100101111110100111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2980DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>