Shades of Dodger Blue #1C8DFB
Tints of Dodger Blue #1C8DFB
RGB
CMYK
RGB Variations
Color information
#1C8DFB (or 0x1C8DFB) is known color: Dodger Blue. HEX triplet: 1C, 8D and FB. RGB value is (28,141,251). Sum of RGB (Red+Green+Blue) = 28+141+251=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C8DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8DFB is #E37204. Grayscale: #777777. Windows color (decimal): -14905861 or 16485660. OLE color: 16485660.
HSL color Cylindrical-coordinate representation of color #1C8DFB: hue angle of 209.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C8DFB is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 141 | 251 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.02 |
| HSL | 209.6º | 0.97% | 0.55% | - |
| HSV(B) | 209.6º | 0.89% | 0.98% | - |
| XYZ | 27.42 | 26.26 | 94.89 | - |
| YUV | 119.75 | 202.06 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 251 | 0.89 | 0.44 | 0 | 0.02 | 209.6 | 0.97 | 0.55 |
| Hex | 1C | 8D | FB | 59 | 2C | 0 | 2 | D2 | 61 | 37 |
| Octal | 34 | 215 | 373 | 131 | 54 | 0 | 2 | 322 | 141 | 67 |
| Binary | 11100 | 10001101 | 11111011 | 1011001 | 101100 | 0 | 10 | 11010010 | 1100001 | 110111 |
Color Harmonies of #1C8DFB
Complementary color
Monochromatic Colors of #1C8DFB
Black with #1C8DFB
Text Example
Text Example
White with #1C8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8DFB; }
p { color: rgb(28,141,251); }
H1.HeaderClassName
{
color: #1C8DFB;
}
.AnyTagClassName
{
color: #1C8DFB;
}
</style>
background-color css
<style>
a { background-color: #1C8DFB; }
a { background-color: rgb(28,141,251); }
div.DivClassName
{
background-color: #1C8DFB;
}
.BgClassName
{
background-color: #1C8DFB;
}
</style>
border-color css
<style>
span { border-color: #1C8DFB; }
span { border-color: rgb(28,141,251); }
td.TdClassName
{
border-color: #1C8DFB;
}
.TagClassName
{
border-color: #1C8DFB;
}
</style>