Shades of Dodger Blue #1C8BDD
Tints of Dodger Blue #1C8BDD
RGB
CMYK
RGB Variations
Color information
#1C8BDD (or 0x1C8BDD) is known color: Dodger Blue. HEX triplet: 1C, 8B and DD. RGB value is (28,139,221). Sum of RGB (Red+Green+Blue) = 28+139+221=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C8BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8BDD is #E37422. Grayscale: #727272. Windows color (decimal): -14906403 or 14519068. OLE color: 14519068.
HSL color Cylindrical-coordinate representation of color #1C8BDD: hue angle of 205.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C8BDD is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 139 | 221 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.13 |
| HSL | 205.49º | 0.78% | 0.49% | - |
| HSV(B) | 205.49º | 0.87% | 0.87% | - |
| XYZ | 22.76 | 23.93 | 71.83 | - |
| YUV | 115.16 | 187.73 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 139 | 221 | 0.87 | 0.37 | 0 | 0.13 | 205.49 | 0.78 | 0.49 |
| Hex | 1C | 8B | DD | 57 | 25 | 0 | D | CD | 4E | 31 |
| Octal | 34 | 213 | 335 | 127 | 45 | 0 | 15 | 315 | 116 | 61 |
| Binary | 11100 | 10001011 | 11011101 | 1010111 | 100101 | 0 | 1101 | 11001101 | 1001110 | 110001 |
Color Harmonies of #1C8BDD
Complementary color
Monochromatic Colors of #1C8BDD
Black with #1C8BDD
Text Example
Text Example
White with #1C8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8BDD; }
p { color: rgb(28,139,221); }
H1.HeaderClassName
{
color: #1C8BDD;
}
.AnyTagClassName
{
color: #1C8BDD;
}
</style>
background-color css
<style>
a { background-color: #1C8BDD; }
a { background-color: rgb(28,139,221); }
div.DivClassName
{
background-color: #1C8BDD;
}
.BgClassName
{
background-color: #1C8BDD;
}
</style>
border-color css
<style>
span { border-color: #1C8BDD; }
span { border-color: rgb(28,139,221); }
td.TdClassName
{
border-color: #1C8BDD;
}
.TagClassName
{
border-color: #1C8BDD;
}
</style>