Shades of Dodger Blue #1C85EB
Tints of Dodger Blue #1C85EB
RGB
CMYK
RGB Variations
Color information
#1C85EB (or 0x1C85EB) is known color: Dodger Blue. HEX triplet: 1C, 85 and EB. RGB value is (28,133,235). Sum of RGB (Red+Green+Blue) = 28+133+235=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C85EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C85EB is #E37A14. Grayscale: #707070. Windows color (decimal): -14907925 or 15435036. OLE color: 15435036.
HSL color Cylindrical-coordinate representation of color #1C85EB: hue angle of 209.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C85EB is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 133 | 235 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.08 |
| HSL | 209.57º | 0.84% | 0.52% | - |
| HSV(B) | 209.57º | 0.88% | 0.92% | - |
| XYZ | 23.86 | 23.02 | 81.78 | - |
| YUV | 113.23 | 196.71 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 235 | 0.88 | 0.43 | 0 | 0.08 | 209.57 | 0.84 | 0.52 |
| Hex | 1C | 85 | EB | 58 | 2B | 0 | 8 | D2 | 54 | 34 |
| Octal | 34 | 205 | 353 | 130 | 53 | 0 | 10 | 322 | 124 | 64 |
| Binary | 11100 | 10000101 | 11101011 | 1011000 | 101011 | 0 | 1000 | 11010010 | 1010100 | 110100 |
Color Harmonies of #1C85EB
Complementary color
Monochromatic Colors of #1C85EB
Black with #1C85EB
Text Example
Text Example
White with #1C85EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C85EB; }
p { color: rgb(28,133,235); }
H1.HeaderClassName
{
color: #1C85EB;
}
.AnyTagClassName
{
color: #1C85EB;
}
</style>
background-color css
<style>
a { background-color: #1C85EB; }
a { background-color: rgb(28,133,235); }
div.DivClassName
{
background-color: #1C85EB;
}
.BgClassName
{
background-color: #1C85EB;
}
</style>
border-color css
<style>
span { border-color: #1C85EB; }
span { border-color: rgb(28,133,235); }
td.TdClassName
{
border-color: #1C85EB;
}
.TagClassName
{
border-color: #1C85EB;
}
</style>