Shades of Dodger Blue #1C85FF
Tints of Dodger Blue #1C85FF
RGB
CMYK
RGB Variations
Color information
#1C85FF (or 0x1C85FF) is known color: Dodger Blue. HEX triplet: 1C, 85 and FF. RGB value is (28,133,255). Sum of RGB (Red+Green+Blue) = 28+133+255=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C85FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C85FF is #E37A00. Grayscale: #727272. Windows color (decimal): -14907905 or 16745756. OLE color: 16745756.
HSL color Cylindrical-coordinate representation of color #1C85FF: hue angle of 212.25º 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 #1C85FF is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 133 | 255 | - |
| CMYK | 0.89 | 0.48 | 0 | 0 |
| HSL | 212.25º | 1% | 0.55% | - |
| HSV(B) | 212.25º | 0.89% | 1% | - |
| XYZ | 26.92 | 24.24 | 97.87 | - |
| YUV | 115.51 | 206.71 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 255 | 0.89 | 0.48 | 0 | 0 | 212.25 | 1 | 0.55 |
| Hex | 1C | 85 | FF | 59 | 30 | 0 | 0 | D4 | 64 | 37 |
| Octal | 34 | 205 | 377 | 131 | 60 | 0 | 0 | 324 | 144 | 67 |
| Binary | 11100 | 10000101 | 11111111 | 1011001 | 110000 | 0 | 0 | 11010100 | 1100100 | 110111 |
Color Harmonies of #1C85FF
Complementary color
Monochromatic Colors of #1C85FF
Black with #1C85FF
Text Example
Text Example
White with #1C85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C85FF; }
p { color: rgb(28,133,255); }
H1.HeaderClassName
{
color: #1C85FF;
}
.AnyTagClassName
{
color: #1C85FF;
}
</style>
background-color css
<style>
a { background-color: #1C85FF; }
a { background-color: rgb(28,133,255); }
div.DivClassName
{
background-color: #1C85FF;
}
.BgClassName
{
background-color: #1C85FF;
}
</style>
border-color css
<style>
span { border-color: #1C85FF; }
span { border-color: rgb(28,133,255); }
td.TdClassName
{
border-color: #1C85FF;
}
.TagClassName
{
border-color: #1C85FF;
}
</style>