Shades of Dodger Blue #1894DF
Tints of Dodger Blue #1894DF
RGB
CMYK
RGB Variations
Color information
#1894DF (or 0x1894DF) is known color: Dodger Blue. HEX triplet: 18, 94 and DF. RGB value is (24,148,223). Sum of RGB (Red+Green+Blue) = 24+148+223=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #1894DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1894DF is #E76B20. Grayscale: #777777. Windows color (decimal): -15166241 or 14652440. OLE color: 14652440.
HSL color Cylindrical-coordinate representation of color #1894DF: hue angle of 202.61º 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 #1894DF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 148 | 223 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.13 |
| HSL | 202.61º | 0.81% | 0.48% | - |
| HSV(B) | 202.61º | 0.89% | 0.87% | - |
| XYZ | 24.29 | 26.7 | 73.69 | - |
| YUV | 119.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 223 | 0.89 | 0.34 | 0 | 0.13 | 202.61 | 0.81 | 0.48 |
| Hex | 18 | 94 | DF | 59 | 22 | 0 | D | CB | 51 | 30 |
| Octal | 30 | 224 | 337 | 131 | 42 | 0 | 15 | 313 | 121 | 60 |
| Binary | 11000 | 10010100 | 11011111 | 1011001 | 100010 | 0 | 1101 | 11001011 | 1010001 | 110000 |
Color Harmonies of #1894DF
Complementary color
Monochromatic Colors of #1894DF
Black with #1894DF
Text Example
Text Example
White with #1894DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1894DF; }
p { color: rgb(24,148,223); }
H1.HeaderClassName
{
color: #1894DF;
}
.AnyTagClassName
{
color: #1894DF;
}
</style>
background-color css
<style>
a { background-color: #1894DF; }
a { background-color: rgb(24,148,223); }
div.DivClassName
{
background-color: #1894DF;
}
.BgClassName
{
background-color: #1894DF;
}
</style>
border-color css
<style>
span { border-color: #1894DF; }
span { border-color: rgb(24,148,223); }
td.TdClassName
{
border-color: #1894DF;
}
.TagClassName
{
border-color: #1894DF;
}
</style>