Shades of Dodger Blue #1890DF
Tints of Dodger Blue #1890DF
RGB
CMYK
RGB Variations
Color information
#1890DF (or 0x1890DF) is known color: Dodger Blue. HEX triplet: 18, 90 and DF. RGB value is (24,144,223). Sum of RGB (Red+Green+Blue) = 24+144+223=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1890DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1890DF is #E76F20. Grayscale: #747474. Windows color (decimal): -15167265 or 14651416. OLE color: 14651416.
HSL color Cylindrical-coordinate representation of color #1890DF: hue angle of 203.82º degrees, saturation: 0.81, 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 #1890DF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 144 | 223 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.13 |
| HSL | 203.82º | 0.81% | 0.48% | - |
| HSV(B) | 203.82º | 0.89% | 0.87% | - |
| XYZ | 23.67 | 25.47 | 73.48 | - |
| YUV | 117.13 | 187.74 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 223 | 0.89 | 0.35 | 0 | 0.13 | 203.82 | 0.81 | 0.48 |
| Hex | 18 | 90 | DF | 59 | 23 | 0 | D | CC | 51 | 30 |
| Octal | 30 | 220 | 337 | 131 | 43 | 0 | 15 | 314 | 121 | 60 |
| Binary | 11000 | 10010000 | 11011111 | 1011001 | 100011 | 0 | 1101 | 11001100 | 1010001 | 110000 |
Color Harmonies of #1890DF
Complementary color
Monochromatic Colors of #1890DF
Black with #1890DF
Text Example
Text Example
White with #1890DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1890DF; }
p { color: rgb(24,144,223); }
H1.HeaderClassName
{
color: #1890DF;
}
.AnyTagClassName
{
color: #1890DF;
}
</style>
background-color css
<style>
a { background-color: #1890DF; }
a { background-color: rgb(24,144,223); }
div.DivClassName
{
background-color: #1890DF;
}
.BgClassName
{
background-color: #1890DF;
}
</style>
border-color css
<style>
span { border-color: #1890DF; }
span { border-color: rgb(24,144,223); }
td.TdClassName
{
border-color: #1890DF;
}
.TagClassName
{
border-color: #1890DF;
}
</style>