Html Css Color HEX #2983DB Dodger Blue

📋 copy color: '#2983DB'

red 41 ◦ green 131 ◦ blue 219

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

Shades of Dodger Blue #2983DB

Tints of Dodger Blue #2983DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 10.49%
G = 33.5%
B = 56.01%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2983DB (or 0x2983DB) is known color: Dodger Blue. HEX triplet: 29, 83 and DB. RGB value is (41,131,219). Sum of RGB (Red+Green+Blue) = 41+131+219=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #2983DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983DB is #D67C24. Grayscale: #717171. Windows color (decimal): -14056485 or 14385961. OLE color: 14385961.

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

Color convert

RGB 41 131 219 -
CMYK 0.81 0.40 0 0.14
HSL 209.66º 0.71% 0.51% -
HSV(B) 209.66º 0.81% 0.86% -
XYZ 21.82 21.82 70.08 -
YUV 114.12 187.18 75.84 -
System Red Green Blue C M Y K H S L
Decimal 41 131 219 0.81 0.40 0 0.14 209.66 0.71 0.51
Hex 29 83 DB 51 28 0 E D2 47 33
Octal 51 203 333 121 50 0 16 322 107 63
Binary 101001 10000011 11011011 1010001 101000 0 1110 11010010 1000111 110011

Color Harmonies of #2983DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983DB

Black with #2983DB

Text Example


Text Example

White with #2983DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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