Shades of Dodger Blue #1893FF
Tints of Dodger Blue #1893FF
RGB
CMYK
RGB Variations
Color information
#1893FF (or 0x1893FF) is known color: Dodger Blue. HEX triplet: 18, 93 and FF. RGB value is (24,147,255). Sum of RGB (Red+Green+Blue) = 24+147+255=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #1893FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1893FF is #E76C00. Grayscale: #797979. Windows color (decimal): -15166465 or 16749336. OLE color: 16749336.
HSL color Cylindrical-coordinate representation of color #1893FF: hue angle of 208.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1893FF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 147 | 255 | - |
| CMYK | 0.91 | 0.42 | 0 | 0 |
| HSL | 208.05º | 1% | 0.55% | - |
| HSV(B) | 208.05º | 0.91% | 1% | - |
| XYZ | 28.86 | 28.28 | 98.55 | - |
| YUV | 122.54 | 202.75 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 255 | 0.91 | 0.42 | 0 | 0 | 208.05 | 1 | 0.55 |
| Hex | 18 | 93 | FF | 5B | 2A | 0 | 0 | D0 | 64 | 37 |
| Octal | 30 | 223 | 377 | 133 | 52 | 0 | 0 | 320 | 144 | 67 |
| Binary | 11000 | 10010011 | 11111111 | 1011011 | 101010 | 0 | 0 | 11010000 | 1100100 | 110111 |
Color Harmonies of #1893FF
Complementary color
Monochromatic Colors of #1893FF
Black with #1893FF
Text Example
Text Example
White with #1893FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1893FF; }
p { color: rgb(24,147,255); }
H1.HeaderClassName
{
color: #1893FF;
}
.AnyTagClassName
{
color: #1893FF;
}
</style>
background-color css
<style>
a { background-color: #1893FF; }
a { background-color: rgb(24,147,255); }
div.DivClassName
{
background-color: #1893FF;
}
.BgClassName
{
background-color: #1893FF;
}
</style>
border-color css
<style>
span { border-color: #1893FF; }
span { border-color: rgb(24,147,255); }
td.TdClassName
{
border-color: #1893FF;
}
.TagClassName
{
border-color: #1893FF;
}
</style>