Shades of Dodger Blue #1897DD
Tints of Dodger Blue #1897DD
RGB
CMYK
RGB Variations
Color information
#1897DD (or 0x1897DD) is known color: Dodger Blue. HEX triplet: 18, 97 and DD. RGB value is (24,151,221). Sum of RGB (Red+Green+Blue) = 24+151+221=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #1897DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1897DD is #E76822. Grayscale: #787878. Windows color (decimal): -15165475 or 14522136. OLE color: 14522136.
HSL color Cylindrical-coordinate representation of color #1897DD: hue angle of 201.32º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1897DD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 151 | 221 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.13 |
| HSL | 201.32º | 0.8% | 0.48% | - |
| HSV(B) | 201.32º | 0.89% | 0.87% | - |
| XYZ | 24.49 | 27.55 | 72.43 | - |
| YUV | 121.01 | 184.42 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 221 | 0.89 | 0.32 | 0 | 0.13 | 201.32 | 0.8 | 0.48 |
| Hex | 18 | 97 | DD | 59 | 20 | 0 | D | C9 | 50 | 30 |
| Octal | 30 | 227 | 335 | 131 | 40 | 0 | 15 | 311 | 120 | 60 |
| Binary | 11000 | 10010111 | 11011101 | 1011001 | 100000 | 0 | 1101 | 11001001 | 1010000 | 110000 |
Color Harmonies of #1897DD
Complementary color
Monochromatic Colors of #1897DD
Black with #1897DD
Text Example
Text Example
White with #1897DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1897DD; }
p { color: rgb(24,151,221); }
H1.HeaderClassName
{
color: #1897DD;
}
.AnyTagClassName
{
color: #1897DD;
}
</style>
background-color css
<style>
a { background-color: #1897DD; }
a { background-color: rgb(24,151,221); }
div.DivClassName
{
background-color: #1897DD;
}
.BgClassName
{
background-color: #1897DD;
}
</style>
border-color css
<style>
span { border-color: #1897DD; }
span { border-color: rgb(24,151,221); }
td.TdClassName
{
border-color: #1897DD;
}
.TagClassName
{
border-color: #1897DD;
}
</style>