#1988DA

Color #1988DA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1988DA

Tints of Dodger Blue #1988DA

Color information

#1988DA (or 0x1988DA) is unknown color: approx Dodger Blue. HEX triplet: 19, 88 and DA. RGB value is (25,136,218). Sum of RGB (Red+Green+Blue) = 25+136+218=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #1988DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988DA is #E67725. Grayscale: #6F6F6F. Windows color (decimal): -15103782 or 14321689. OLE color: 14321689.

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

Color convert

RGB25136218-
CMYK0.890.3800.15
HSL205.49º79.42%47.65%-
HSV(B)205.49º88.53%85.49%-
XYZ21.8622.8869.59-
YUV112.16187.7365.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.60%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 218 (85.55% from 255) = 57.52%
R=6.60%
G=35.88%
B=57.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal251362180.890.3800.15205.4979.4247.65
Hex1988DA59260Fcd4f30
Octal312103321314601731511760
Binary110011000100011011010101100110011001111110011011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1988DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1988DA;
 }
 .AnyTagClassName
 {
   color: #1988DA;
 }
</style>
background-color css

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

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

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

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

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

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