Shades of Dodger Blue #1895EF
Tints of Dodger Blue #1895EF
RGB
CMYK
RGB Variations
Color information
#1895EF (or 0x1895EF) is known color: Dodger Blue. HEX triplet: 18, 95 and EF. RGB value is (24,149,239). Sum of RGB (Red+Green+Blue) = 24+149+239=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #1895EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1895EF is #E76A10. Grayscale: #797979. Windows color (decimal): -15165969 or 15701272. OLE color: 15701272.
HSL color Cylindrical-coordinate representation of color #1895EF: hue angle of 205.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1895EF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 149 | 239 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.06 |
| HSL | 205.12º | 0.87% | 0.52% | - |
| HSV(B) | 205.12º | 0.9% | 0.94% | - |
| XYZ | 26.7 | 27.92 | 85.64 | - |
| YUV | 121.89 | 194.09 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 239 | 0.90 | 0.38 | 0 | 0.06 | 205.12 | 0.87 | 0.52 |
| Hex | 18 | 95 | EF | 5A | 26 | 0 | 6 | CD | 57 | 34 |
| Octal | 30 | 225 | 357 | 132 | 46 | 0 | 6 | 315 | 127 | 64 |
| Binary | 11000 | 10010101 | 11101111 | 1011010 | 100110 | 0 | 110 | 11001101 | 1010111 | 110100 |
Color Harmonies of #1895EF
Complementary color
Monochromatic Colors of #1895EF
Black with #1895EF
Text Example
Text Example
White with #1895EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895EF; }
p { color: rgb(24,149,239); }
H1.HeaderClassName
{
color: #1895EF;
}
.AnyTagClassName
{
color: #1895EF;
}
</style>
background-color css
<style>
a { background-color: #1895EF; }
a { background-color: rgb(24,149,239); }
div.DivClassName
{
background-color: #1895EF;
}
.BgClassName
{
background-color: #1895EF;
}
</style>
border-color css
<style>
span { border-color: #1895EF; }
span { border-color: rgb(24,149,239); }
td.TdClassName
{
border-color: #1895EF;
}
.TagClassName
{
border-color: #1895EF;
}
</style>