Html Css Color HEX #2981DB Royal Blue

📋 copy color: '#2981DB'

red 41 ◦ green 129 ◦ blue 219

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

Shades of Royal Blue #2981DB

Tints of Royal Blue #2981DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 10.54%
G = 33.16%
B = 56.3%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2981DB (or 0x2981DB) is known color: Royal Blue. HEX triplet: 29, 81 and DB. RGB value is (41,129,219). Sum of RGB (Red+Green+Blue) = 41+129+219=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #2981DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2981DB is #D67E24. Grayscale: #707070. Windows color (decimal): -14056997 or 14385449. OLE color: 14385449.

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

Color convert

RGB 41 129 219 -
CMYK 0.81 0.41 0 0.14
HSL 210.34º 0.71% 0.51% -
HSV(B) 210.34º 0.81% 0.86% -
XYZ 21.55 21.29 69.99 -
YUV 112.95 187.85 76.68 -
System Red Green Blue C M Y K H S L
Decimal 41 129 219 0.81 0.41 0 0.14 210.34 0.71 0.51
Hex 29 81 DB 51 29 0 E D2 47 33
Octal 51 201 333 121 51 0 16 322 107 63
Binary 101001 10000001 11011011 1010001 101001 0 1110 11010010 1000111 110011

Color Harmonies of #2981DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2981DB

Black with #2981DB

Text Example


Text Example

White with #2981DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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