Shades of Dodger Blue #1883DC
Tints of Dodger Blue #1883DC
RGB
CMYK
RGB Variations
Color information
#1883DC (or 0x1883DC) is known color: Dodger Blue. HEX triplet: 18, 83 and DC. RGB value is (24,131,220). Sum of RGB (Red+Green+Blue) = 24+131+220=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #1883DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883DC is #E77C23. Grayscale: #6C6C6C. Windows color (decimal): -15170596 or 14451480. OLE color: 14451480.
HSL color Cylindrical-coordinate representation of color #1883DC: hue angle of 207.24º 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 #1883DC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 131 | 220 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.14 |
| HSL | 207.24º | 0.8% | 0.48% | - |
| HSV(B) | 207.24º | 0.89% | 0.86% | - |
| XYZ | 21.41 | 21.59 | 70.75 | - |
| YUV | 109.15 | 190.55 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 220 | 0.89 | 0.40 | 0 | 0.14 | 207.24 | 0.8 | 0.48 |
| Hex | 18 | 83 | DC | 59 | 28 | 0 | E | CF | 50 | 30 |
| Octal | 30 | 203 | 334 | 131 | 50 | 0 | 16 | 317 | 120 | 60 |
| Binary | 11000 | 10000011 | 11011100 | 1011001 | 101000 | 0 | 1110 | 11001111 | 1010000 | 110000 |
Color Harmonies of #1883DC
Complementary color
Monochromatic Colors of #1883DC
Black with #1883DC
Text Example
Text Example
White with #1883DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1883DC; }
p { color: rgb(24,131,220); }
H1.HeaderClassName
{
color: #1883DC;
}
.AnyTagClassName
{
color: #1883DC;
}
</style>
background-color css
<style>
a { background-color: #1883DC; }
a { background-color: rgb(24,131,220); }
div.DivClassName
{
background-color: #1883DC;
}
.BgClassName
{
background-color: #1883DC;
}
</style>
border-color css
<style>
span { border-color: #1883DC; }
span { border-color: rgb(24,131,220); }
td.TdClassName
{
border-color: #1883DC;
}
.TagClassName
{
border-color: #1883DC;
}
</style>