#1988ED

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

Shades of Dodger Blue #1988ED

Tints of Dodger Blue #1988ED

Color information

#1988ED (or 0x1988ED) is unknown color: approx Dodger Blue. HEX triplet: 19, 88 and ED. RGB value is (25,136,237). Sum of RGB (Red+Green+Blue) = 25+136+237=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #1988ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988ED is #E67712. Grayscale: #717171. Windows color (decimal): -15103763 or 15566873. OLE color: 15566873.

HSL color Cylindrical-coordinate representation of color #1988ED: hue angle of 208.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1988ED is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25136237-
CMYK0.890.4300.07
HSL208.58º85.48%51.37%-
HSV(B)208.58º89.45%92.94%-
XYZ24.4923.9383.45-
YUV114.32197.2364.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.28%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 237 (92.97% from 255) = 59.55%
R=6.28%
G=34.17%
B=59.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251362370.890.4300.07208.5885.4851.37
Hex1988ED592B07d15533
Octal31210355131530732112563
Binary11001100010001110110110110011010110111110100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1988ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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