Html Css Color HEX #2884DD Dodger Blue

📋 copy color: '#2884DD'

red 40 ◦ green 132 ◦ blue 221

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

Shades of Dodger Blue #2884DD

Tints of Dodger Blue #2884DD

RGB

 RED value IS 40 (16.02% from 255) = 10.18%

 GREEN value IS 132 (51.95% from 255) = 33.59%

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

R = 10.18%
G = 33.59%
B = 56.23%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2884DD (or 0x2884DD) is known color: Dodger Blue. HEX triplet: 28, 84 and DD. RGB value is (40,132,221). Sum of RGB (Red+Green+Blue) = 40+132+221=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #2884DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884DD is #D77B22. Grayscale: #727272. Windows color (decimal): -14121763 or 14517288. OLE color: 14517288.

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

Color convert

RGB 40 132 221 -
CMYK 0.82 0.40 0 0.13
HSL 209.5º 0.73% 0.51% -
HSV(B) 209.5º 0.82% 0.87% -
XYZ 22.18 22.17 71.52 -
YUV 114.64 188.02 74.76 -
System Red Green Blue C M Y K H S L
Decimal 40 132 221 0.82 0.40 0 0.13 209.5 0.73 0.51
Hex 28 84 DD 52 28 0 D D2 49 33
Octal 50 204 335 122 50 0 15 322 111 63
Binary 101000 10000100 11011101 1010010 101000 0 1101 11010010 1001001 110011

Color Harmonies of #2884DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2884DD

Black with #2884DD

Text Example


Text Example

White with #2884DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,132,221); }

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

background-color css

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

 a { background-color: rgb(40,132,221); }

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

border-color css

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

 span { border-color: rgb(40,132,221); }

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