Html Css Color HEX #2986DD Dodger Blue

📋 copy color: '#2986DD'

red 41 ◦ green 134 ◦ blue 221

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

Shades of Dodger Blue #2986DD

Tints of Dodger Blue #2986DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 10.35%
G = 33.84%
B = 55.81%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2986DD (or 0x2986DD) is known color: Dodger Blue. HEX triplet: 29, 86 and DD. RGB value is (41,134,221). Sum of RGB (Red+Green+Blue) = 41+134+221=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #2986DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2986DD is #D67922. Grayscale: #737373. Windows color (decimal): -14055715 or 14517801. OLE color: 14517801.

HSL color Cylindrical-coordinate representation of color #2986DD: hue angle of 209º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2986DD is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 134 221 -
CMYK 0.81 0.39 0 0.13
HSL 209º 0.73% 0.51% -
HSV(B) 209º 0.81% 0.87% -
XYZ 22.49 22.74 71.61 -
YUV 116.11 187.19 74.43 -
System Red Green Blue C M Y K H S L
Decimal 41 134 221 0.81 0.39 0 0.13 209 0.73 0.51
Hex 29 86 DD 51 27 0 D D1 49 33
Octal 51 206 335 121 47 0 15 321 111 63
Binary 101001 10000110 11011101 1010001 100111 0 1101 11010001 1001001 110011

Color Harmonies of #2986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2986DD

Black with #2986DD

Text Example


Text Example

White with #2986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2986DD; }

 p { color: rgb(41,134,221); }

 H1.HeaderClassName
 {
   color: #2986DD;
 }
 .AnyTagClassName
 {
   color: #2986DD;
 }
</style>

background-color css

<style>
 a { background-color: #2986DD; }

 a { background-color: rgb(41,134,221); }

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

border-color css

<style>
 span { border-color: #2986DD; }

 span { border-color: rgb(41,134,221); }

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