Html Css Color HEX #2887DB Dodger Blue

📋 copy color: '#2887DB'

red 40 ◦ green 135 ◦ blue 219

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

Shades of Dodger Blue #2887DB

Tints of Dodger Blue #2887DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 10.15%
G = 34.26%
B = 55.58%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2887DB (or 0x2887DB) is known color: Dodger Blue. HEX triplet: 28, 87 and DB. RGB value is (40,135,219). Sum of RGB (Red+Green+Blue) = 40+135+219=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #2887DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2887DB is #D77824. Grayscale: #737373. Windows color (decimal): -14120997 or 14386984. OLE color: 14386984.

HSL color Cylindrical-coordinate representation of color #2887DB: hue angle of 208.16º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2887DB is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 135 219 -
CMYK 0.82 0.38 0 0.14
HSL 208.16º 0.71% 0.51% -
HSV(B) 208.16º 0.82% 0.86% -
XYZ 22.33 22.89 70.26 -
YUV 116.17 186.03 73.67 -
System Red Green Blue C M Y K H S L
Decimal 40 135 219 0.82 0.38 0 0.14 208.16 0.71 0.51
Hex 28 87 DB 52 26 0 E D0 47 33
Octal 50 207 333 122 46 0 16 320 107 63
Binary 101000 10000111 11011011 1010010 100110 0 1110 11010000 1000111 110011

Color Harmonies of #2887DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2887DB

Black with #2887DB

Text Example


Text Example

White with #2887DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,135,219); }

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

background-color css

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

 a { background-color: rgb(40,135,219); }

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

border-color css

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

 span { border-color: rgb(40,135,219); }

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