Html Css Color HEX #2988DC Dodger Blue

📋 copy color: '#2988DC'

red 41 ◦ green 136 ◦ blue 220

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

Shades of Dodger Blue #2988DC

Tints of Dodger Blue #2988DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 10.33%
G = 34.26%
B = 55.42%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2988DC (or 0x2988DC) is known color: Dodger Blue. HEX triplet: 29, 88 and DC. RGB value is (41,136,220). Sum of RGB (Red+Green+Blue) = 41+136+220=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #2988DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988DC is #D67723. Grayscale: #747474. Windows color (decimal): -14055204 or 14452777. OLE color: 14452777.

HSL color Cylindrical-coordinate representation of color #2988DC: hue angle of 208.16º degrees, saturation: 0.72, 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 #2988DC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 136 220 -
CMYK 0.81 0.38 0 0.14
HSL 208.16º 0.72% 0.51% -
HSV(B) 208.16º 0.81% 0.86% -
XYZ 22.64 23.25 71 -
YUV 117.17 186.03 73.67 -
System Red Green Blue C M Y K H S L
Decimal 41 136 220 0.81 0.38 0 0.14 208.16 0.72 0.51
Hex 29 88 DC 51 26 0 E D0 48 33
Octal 51 210 334 121 46 0 16 320 110 63
Binary 101001 10001000 11011100 1010001 100110 0 1110 11010000 1001000 110011

Color Harmonies of #2988DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2988DC

Black with #2988DC

Text Example


Text Example

White with #2988DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2988DC; }

 p { color: rgb(41,136,220); }

 H1.HeaderClassName
 {
   color: #2988DC;
 }
 .AnyTagClassName
 {
   color: #2988DC;
 }
</style>

background-color css

<style>
 a { background-color: #2988DC; }

 a { background-color: rgb(41,136,220); }

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

border-color css

<style>
 span { border-color: #2988DC; }

 span { border-color: rgb(41,136,220); }

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