Shades of Dodger Blue #1C7CFF
Tints of Dodger Blue #1C7CFF
RGB
CMYK
RGB Variations
Color information
#1C7CFF (or 0x1C7CFF) is known color: Dodger Blue. HEX triplet: 1C, 7C and FF. RGB value is (28,124,255). Sum of RGB (Red+Green+Blue) = 28+124+255=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7CFF is #E38300. Grayscale: #6D6D6D. Windows color (decimal): -14910209 or 16743452. OLE color: 16743452.
HSL color Cylindrical-coordinate representation of color #1C7CFF: hue angle of 214.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C7CFF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 124 | 255 | - |
| CMYK | 0.89 | 0.51 | 0 | 0 |
| HSL | 214.63º | 1% | 0.55% | - |
| HSV(B) | 214.63º | 0.89% | 1% | - |
| XYZ | 25.74 | 21.88 | 97.47 | - |
| YUV | 110.23 | 209.7 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 255 | 0.89 | 0.51 | 0 | 0 | 214.63 | 1 | 0.55 |
| Hex | 1C | 7C | FF | 59 | 33 | 0 | 0 | D7 | 64 | 37 |
| Octal | 34 | 174 | 377 | 131 | 63 | 0 | 0 | 327 | 144 | 67 |
| Binary | 11100 | 1111100 | 11111111 | 1011001 | 110011 | 0 | 0 | 11010111 | 1100100 | 110111 |
Color Harmonies of #1C7CFF
Complementary color
Monochromatic Colors of #1C7CFF
Black with #1C7CFF
Text Example
Text Example
White with #1C7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7CFF; }
p { color: rgb(28,124,255); }
H1.HeaderClassName
{
color: #1C7CFF;
}
.AnyTagClassName
{
color: #1C7CFF;
}
</style>
background-color css
<style>
a { background-color: #1C7CFF; }
a { background-color: rgb(28,124,255); }
div.DivClassName
{
background-color: #1C7CFF;
}
.BgClassName
{
background-color: #1C7CFF;
}
</style>
border-color css
<style>
span { border-color: #1C7CFF; }
span { border-color: rgb(28,124,255); }
td.TdClassName
{
border-color: #1C7CFF;
}
.TagClassName
{
border-color: #1C7CFF;
}
</style>