Shades of Dodger Blue #1C70FF
Tints of Dodger Blue #1C70FF
RGB
CMYK
RGB Variations
Color information
#1C70FF (or 0x1C70FF) is known color: Dodger Blue. HEX triplet: 1C, 70 and FF. RGB value is (28,112,255). Sum of RGB (Red+Green+Blue) = 28+112+255=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C70FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C70FF is #E38F00. Grayscale: #666666. Windows color (decimal): -14913281 or 16740380. OLE color: 16740380.
HSL color Cylindrical-coordinate representation of color #1C70FF: hue angle of 217.8º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C70FF is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 112 | 255 | - |
| CMYK | 0.89 | 0.56 | 0 | 0 |
| HSL | 217.8º | 1% | 0.55% | - |
| HSV(B) | 217.8º | 0.89% | 1% | - |
| XYZ | 24.32 | 19.06 | 97 | - |
| YUV | 103.19 | 213.67 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 255 | 0.89 | 0.56 | 0 | 0 | 217.8 | 1 | 0.55 |
| Hex | 1C | 70 | FF | 59 | 38 | 0 | 0 | DA | 64 | 37 |
| Octal | 34 | 160 | 377 | 131 | 70 | 0 | 0 | 332 | 144 | 67 |
| Binary | 11100 | 1110000 | 11111111 | 1011001 | 111000 | 0 | 0 | 11011010 | 1100100 | 110111 |
Color Harmonies of #1C70FF
Complementary color
Monochromatic Colors of #1C70FF
Black with #1C70FF
Text Example
Text Example
White with #1C70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C70FF; }
p { color: rgb(28,112,255); }
H1.HeaderClassName
{
color: #1C70FF;
}
.AnyTagClassName
{
color: #1C70FF;
}
</style>
background-color css
<style>
a { background-color: #1C70FF; }
a { background-color: rgb(28,112,255); }
div.DivClassName
{
background-color: #1C70FF;
}
.BgClassName
{
background-color: #1C70FF;
}
</style>
border-color css
<style>
span { border-color: #1C70FF; }
span { border-color: rgb(28,112,255); }
td.TdClassName
{
border-color: #1C70FF;
}
.TagClassName
{
border-color: #1C70FF;
}
</style>