Html Css Color HEX #1988DB Dodger Blue

📋 copy color: '#1988DB'

red 25 ◦ green 136 ◦ blue 219

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

Shades of Dodger Blue #1988DB

Tints of Dodger Blue #1988DB

RGB

 RED value IS 25 (10.16% from 255) = 6.58%

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

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

R = 6.58%
G = 35.79%
B = 57.63%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1988DB (or 0x1988DB) is known color: Dodger Blue. HEX triplet: 19, 88 and DB. RGB value is (25,136,219). Sum of RGB (Red+Green+Blue) = 25+136+219=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #1988DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988DB is #E67724. Grayscale: #6F6F6F. Windows color (decimal): -15103781 or 14387225. OLE color: 14387225.

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

Color convert

RGB 25 136 219 -
CMYK 0.89 0.38 0 0.14
HSL 205.67º 0.8% 0.48% -
HSV(B) 205.67º 0.89% 0.86% -
XYZ 21.99 22.93 70.28 -
YUV 112.27 188.23 65.75 -
System Red Green Blue C M Y K H S L
Decimal 25 136 219 0.89 0.38 0 0.14 205.67 0.8 0.48
Hex 19 88 DB 59 26 0 E CE 50 30
Octal 31 210 333 131 46 0 16 316 120 60
Binary 11001 10001000 11011011 1011001 100110 0 1110 11001110 1010000 110000

Color Harmonies of #1988DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988DB

Black with #1988DB

Text Example


Text Example

White with #1988DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,136,219); }

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

background-color css

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

 a { background-color: rgb(25,136,219); }

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

border-color css

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

 span { border-color: rgb(25,136,219); }

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