Shades of Dodger Blue #1C9CF5
Tints of Dodger Blue #1C9CF5
RGB
CMYK
RGB Variations
Color information
#1C9CF5 (or 0x1C9CF5) is known color: Dodger Blue. HEX triplet: 1C, 9C and F5. RGB value is (28,156,245). Sum of RGB (Red+Green+Blue) = 28+156+245=429 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.53% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #1C9CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9CF5 is #E3630A. Grayscale: #7F7F7F. Windows color (decimal): -14902027 or 16096284. OLE color: 16096284.
HSL color Cylindrical-coordinate representation of color #1C9CF5: hue angle of 204.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C9CF5 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 156 | 245 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.04 |
| HSL | 204.61º | 0.92% | 0.54% | - |
| HSV(B) | 204.61º | 0.89% | 0.96% | - |
| XYZ | 28.85 | 30.62 | 90.78 | - |
| YUV | 127.87 | 194.09 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 245 | 0.89 | 0.36 | 0 | 0.04 | 204.61 | 0.92 | 0.54 |
| Hex | 1C | 9C | F5 | 59 | 24 | 0 | 4 | CD | 5C | 36 |
| Octal | 34 | 234 | 365 | 131 | 44 | 0 | 4 | 315 | 134 | 66 |
| Binary | 11100 | 10011100 | 11110101 | 1011001 | 100100 | 0 | 100 | 11001101 | 1011100 | 110110 |
Color Harmonies of #1C9CF5
Complementary color
Monochromatic Colors of #1C9CF5
Black with #1C9CF5
Text Example
Text Example
White with #1C9CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9CF5; }
p { color: rgb(28,156,245); }
H1.HeaderClassName
{
color: #1C9CF5;
}
.AnyTagClassName
{
color: #1C9CF5;
}
</style>
background-color css
<style>
a { background-color: #1C9CF5; }
a { background-color: rgb(28,156,245); }
div.DivClassName
{
background-color: #1C9CF5;
}
.BgClassName
{
background-color: #1C9CF5;
}
</style>
border-color css
<style>
span { border-color: #1C9CF5; }
span { border-color: rgb(28,156,245); }
td.TdClassName
{
border-color: #1C9CF5;
}
.TagClassName
{
border-color: #1C9CF5;
}
</style>