Shades of Dodger Blue #1C81EB
Tints of Dodger Blue #1C81EB
RGB
CMYK
RGB Variations
Color information
#1C81EB (or 0x1C81EB) is known color: Dodger Blue. HEX triplet: 1C, 81 and EB. RGB value is (28,129,235). Sum of RGB (Red+Green+Blue) = 28+129+235=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C81EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C81EB is #E37E14. Grayscale: #6E6E6E. Windows color (decimal): -14908949 or 15434012. OLE color: 15434012.
HSL color Cylindrical-coordinate representation of color #1C81EB: hue angle of 210.72º 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 #1C81EB is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 129 | 235 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.08 |
| HSL | 210.72º | 0.84% | 0.52% | - |
| HSV(B) | 210.72º | 0.88% | 0.92% | - |
| XYZ | 23.32 | 21.95 | 81.6 | - |
| YUV | 110.89 | 198.04 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 235 | 0.88 | 0.45 | 0 | 0.08 | 210.72 | 0.84 | 0.52 |
| Hex | 1C | 81 | EB | 58 | 2D | 0 | 8 | D3 | 54 | 34 |
| Octal | 34 | 201 | 353 | 130 | 55 | 0 | 10 | 323 | 124 | 64 |
| Binary | 11100 | 10000001 | 11101011 | 1011000 | 101101 | 0 | 1000 | 11010011 | 1010100 | 110100 |
Color Harmonies of #1C81EB
Complementary color
Monochromatic Colors of #1C81EB
Black with #1C81EB
Text Example
Text Example
White with #1C81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C81EB; }
p { color: rgb(28,129,235); }
H1.HeaderClassName
{
color: #1C81EB;
}
.AnyTagClassName
{
color: #1C81EB;
}
</style>
background-color css
<style>
a { background-color: #1C81EB; }
a { background-color: rgb(28,129,235); }
div.DivClassName
{
background-color: #1C81EB;
}
.BgClassName
{
background-color: #1C81EB;
}
</style>
border-color css
<style>
span { border-color: #1C81EB; }
span { border-color: rgb(28,129,235); }
td.TdClassName
{
border-color: #1C81EB;
}
.TagClassName
{
border-color: #1C81EB;
}
</style>