Shades of Dodger Blue #1C9FFA
Tints of Dodger Blue #1C9FFA
RGB
CMYK
RGB Variations
Color information
#1C9FFA (or 0x1C9FFA) is known color: Dodger Blue. HEX triplet: 1C, 9F and FA. RGB value is (28,159,250). Sum of RGB (Red+Green+Blue) = 28+159+250=437 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.41% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C9FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9FFA is #E36005. Grayscale: #818181. Windows color (decimal): -14901254 or 16424732. OLE color: 16424732.
HSL color Cylindrical-coordinate representation of color #1C9FFA: hue angle of 204.59º 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 #1C9FFA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 159 | 250 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.02 |
| HSL | 204.59º | 0.96% | 0.55% | - |
| HSV(B) | 204.59º | 0.89% | 0.98% | - |
| XYZ | 30.13 | 31.95 | 95.02 | - |
| YUV | 130.21 | 195.6 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 159 | 250 | 0.89 | 0.36 | 0 | 0.02 | 204.59 | 0.96 | 0.55 |
| Hex | 1C | 9F | FA | 59 | 24 | 0 | 2 | CD | 60 | 37 |
| Octal | 34 | 237 | 372 | 131 | 44 | 0 | 2 | 315 | 140 | 67 |
| Binary | 11100 | 10011111 | 11111010 | 1011001 | 100100 | 0 | 10 | 11001101 | 1100000 | 110111 |
Color Harmonies of #1C9FFA
Complementary color
Monochromatic Colors of #1C9FFA
Black with #1C9FFA
Text Example
Text Example
White with #1C9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9FFA; }
p { color: rgb(28,159,250); }
H1.HeaderClassName
{
color: #1C9FFA;
}
.AnyTagClassName
{
color: #1C9FFA;
}
</style>
background-color css
<style>
a { background-color: #1C9FFA; }
a { background-color: rgb(28,159,250); }
div.DivClassName
{
background-color: #1C9FFA;
}
.BgClassName
{
background-color: #1C9FFA;
}
</style>
border-color css
<style>
span { border-color: #1C9FFA; }
span { border-color: rgb(28,159,250); }
td.TdClassName
{
border-color: #1C9FFA;
}
.TagClassName
{
border-color: #1C9FFA;
}
</style>