Shades of Dodger Blue #1C8CDD
Tints of Dodger Blue #1C8CDD
RGB
CMYK
RGB Variations
Color information
#1C8CDD (or 0x1C8CDD) is known color: Dodger Blue. HEX triplet: 1C, 8C and DD. RGB value is (28,140,221). Sum of RGB (Red+Green+Blue) = 28+140+221=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C8CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8CDD is #E37322. Grayscale: #737373. Windows color (decimal): -14906147 or 14519324. OLE color: 14519324.
HSL color Cylindrical-coordinate representation of color #1C8CDD: hue angle of 205.18º 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 #1C8CDD is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 140 | 221 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.13 |
| HSL | 205.18º | 0.78% | 0.49% | - |
| HSV(B) | 205.18º | 0.87% | 0.87% | - |
| XYZ | 22.91 | 24.22 | 71.87 | - |
| YUV | 115.75 | 187.39 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 221 | 0.87 | 0.37 | 0 | 0.13 | 205.18 | 0.78 | 0.49 |
| Hex | 1C | 8C | DD | 57 | 25 | 0 | D | CD | 4E | 31 |
| Octal | 34 | 214 | 335 | 127 | 45 | 0 | 15 | 315 | 116 | 61 |
| Binary | 11100 | 10001100 | 11011101 | 1010111 | 100101 | 0 | 1101 | 11001101 | 1001110 | 110001 |
Color Harmonies of #1C8CDD
Complementary color
Monochromatic Colors of #1C8CDD
Black with #1C8CDD
Text Example
Text Example
White with #1C8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8CDD; }
p { color: rgb(28,140,221); }
H1.HeaderClassName
{
color: #1C8CDD;
}
.AnyTagClassName
{
color: #1C8CDD;
}
</style>
background-color css
<style>
a { background-color: #1C8CDD; }
a { background-color: rgb(28,140,221); }
div.DivClassName
{
background-color: #1C8CDD;
}
.BgClassName
{
background-color: #1C8CDD;
}
</style>
border-color css
<style>
span { border-color: #1C8CDD; }
span { border-color: rgb(28,140,221); }
td.TdClassName
{
border-color: #1C8CDD;
}
.TagClassName
{
border-color: #1C8CDD;
}
</style>