Shades of Dodger Blue #1893F6
Tints of Dodger Blue #1893F6
RGB
CMYK
RGB Variations
Color information
#1893F6 (or 0x1893F6) is known color: Dodger Blue. HEX triplet: 18, 93 and F6. RGB value is (24,147,246). Sum of RGB (Red+Green+Blue) = 24+147+246=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 246 (96.48% from 255 or 58.99% from 417); Max value from RGB is 246 - color contains mainly: blue. Hex color #1893F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1893F6 is #E76C09. Grayscale: #787878. Windows color (decimal): -15166474 or 16159512. OLE color: 16159512.
HSL color Cylindrical-coordinate representation of color #1893F6: hue angle of 206.76º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1893F6 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 147 | 246 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.04 |
| HSL | 206.76º | 0.93% | 0.53% | - |
| HSV(B) | 206.76º | 0.9% | 0.96% | - |
| XYZ | 27.44 | 27.72 | 91.09 | - |
| YUV | 121.51 | 198.25 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 246 | 0.90 | 0.40 | 0 | 0.04 | 206.76 | 0.93 | 0.53 |
| Hex | 18 | 93 | F6 | 5A | 28 | 0 | 4 | CF | 5C | 35 |
| Octal | 30 | 223 | 366 | 132 | 50 | 0 | 4 | 317 | 134 | 65 |
| Binary | 11000 | 10010011 | 11110110 | 1011010 | 101000 | 0 | 100 | 11001111 | 1011100 | 110101 |
Color Harmonies of #1893F6
Complementary color
Monochromatic Colors of #1893F6
Black with #1893F6
Text Example
Text Example
White with #1893F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1893F6; }
p { color: rgb(24,147,246); }
H1.HeaderClassName
{
color: #1893F6;
}
.AnyTagClassName
{
color: #1893F6;
}
</style>
background-color css
<style>
a { background-color: #1893F6; }
a { background-color: rgb(24,147,246); }
div.DivClassName
{
background-color: #1893F6;
}
.BgClassName
{
background-color: #1893F6;
}
</style>
border-color css
<style>
span { border-color: #1893F6; }
span { border-color: rgb(24,147,246); }
td.TdClassName
{
border-color: #1893F6;
}
.TagClassName
{
border-color: #1893F6;
}
</style>