Html Css Color HEX #2980DB Royal Blue

📋 copy color: '#2980DB'

red 41 ◦ green 128 ◦ blue 219

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

Shades of Royal Blue #2980DB

Tints of Royal Blue #2980DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 10.57%
G = 32.99%
B = 56.44%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2980DB (or 0x2980DB) is known color: Royal Blue. HEX triplet: 29, 80 and DB. RGB value is (41,128,219). Sum of RGB (Red+Green+Blue) = 41+128+219=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #2980DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2980DB is #D67F24. Grayscale: #6F6F6F. Windows color (decimal): -14057253 or 14385193. OLE color: 14385193.

HSL color Cylindrical-coordinate representation of color #2980DB: hue angle of 210.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2980DB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 128 219 -
CMYK 0.81 0.42 0 0.14
HSL 210.67º 0.71% 0.51% -
HSV(B) 210.67º 0.81% 0.86% -
XYZ 21.42 21.02 69.95 -
YUV 112.36 188.18 77.1 -
System Red Green Blue C M Y K H S L
Decimal 41 128 219 0.81 0.42 0 0.14 210.67 0.71 0.51
Hex 29 80 DB 51 2A 0 E D3 47 33
Octal 51 200 333 121 52 0 16 323 107 63
Binary 101001 10000000 11011011 1010001 101010 0 1110 11010011 1000111 110011

Color Harmonies of #2980DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980DB

Black with #2980DB

Text Example


Text Example

White with #2980DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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