Shades of Dodger Blue #1C9EFA
Tints of Dodger Blue #1C9EFA
RGB
CMYK
RGB Variations
Color information
#1C9EFA (or 0x1C9EFA) is known color: Dodger Blue. HEX triplet: 1C, 9E and FA. RGB value is (28,158,250). Sum of RGB (Red+Green+Blue) = 28+158+250=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C9EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9EFA is #E36105. Grayscale: #818181. Windows color (decimal): -14901510 or 16424476. OLE color: 16424476.
HSL color Cylindrical-coordinate representation of color #1C9EFA: hue angle of 204.86º degrees, saturation: 0.96, 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 #1C9EFA is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 158 | 250 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.02 |
| HSL | 204.86º | 0.96% | 0.55% | - |
| HSV(B) | 204.86º | 0.89% | 0.98% | - |
| XYZ | 29.96 | 31.6 | 94.96 | - |
| YUV | 129.62 | 195.93 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 158 | 250 | 0.89 | 0.37 | 0 | 0.02 | 204.86 | 0.96 | 0.55 |
| Hex | 1C | 9E | FA | 59 | 25 | 0 | 2 | CD | 60 | 37 |
| Octal | 34 | 236 | 372 | 131 | 45 | 0 | 2 | 315 | 140 | 67 |
| Binary | 11100 | 10011110 | 11111010 | 1011001 | 100101 | 0 | 10 | 11001101 | 1100000 | 110111 |
Color Harmonies of #1C9EFA
Complementary color
Monochromatic Colors of #1C9EFA
Black with #1C9EFA
Text Example
Text Example
White with #1C9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9EFA; }
p { color: rgb(28,158,250); }
H1.HeaderClassName
{
color: #1C9EFA;
}
.AnyTagClassName
{
color: #1C9EFA;
}
</style>
background-color css
<style>
a { background-color: #1C9EFA; }
a { background-color: rgb(28,158,250); }
div.DivClassName
{
background-color: #1C9EFA;
}
.BgClassName
{
background-color: #1C9EFA;
}
</style>
border-color css
<style>
span { border-color: #1C9EFA; }
span { border-color: rgb(28,158,250); }
td.TdClassName
{
border-color: #1C9EFA;
}
.TagClassName
{
border-color: #1C9EFA;
}
</style>