Shades of Dodger Blue #1C7CF7
Tints of Dodger Blue #1C7CF7
RGB
CMYK
RGB Variations
Color information
#1C7CF7 (or 0x1C7CF7) is known color: Dodger Blue. HEX triplet: 1C, 7C and F7. RGB value is (28,124,247). Sum of RGB (Red+Green+Blue) = 28+124+247=399 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.02% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 247 (96.88% from 255 or 61.90% from 399); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C7CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7CF7 is #E38308. Grayscale: #6C6C6C. Windows color (decimal): -14910217 or 16219164. OLE color: 16219164.
HSL color Cylindrical-coordinate representation of color #1C7CF7: hue angle of 213.7º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C7CF7 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 124 | 247 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.03 |
| HSL | 213.7º | 0.93% | 0.54% | - |
| HSV(B) | 213.7º | 0.89% | 0.97% | - |
| XYZ | 24.48 | 21.38 | 90.83 | - |
| YUV | 109.32 | 205.7 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 247 | 0.89 | 0.50 | 0 | 0.03 | 213.7 | 0.93 | 0.54 |
| Hex | 1C | 7C | F7 | 59 | 32 | 0 | 3 | D6 | 5D | 36 |
| Octal | 34 | 174 | 367 | 131 | 62 | 0 | 3 | 326 | 135 | 66 |
| Binary | 11100 | 1111100 | 11110111 | 1011001 | 110010 | 0 | 11 | 11010110 | 1011101 | 110110 |
Color Harmonies of #1C7CF7
Complementary color
Monochromatic Colors of #1C7CF7
Black with #1C7CF7
Text Example
Text Example
White with #1C7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7CF7; }
p { color: rgb(28,124,247); }
H1.HeaderClassName
{
color: #1C7CF7;
}
.AnyTagClassName
{
color: #1C7CF7;
}
</style>
background-color css
<style>
a { background-color: #1C7CF7; }
a { background-color: rgb(28,124,247); }
div.DivClassName
{
background-color: #1C7CF7;
}
.BgClassName
{
background-color: #1C7CF7;
}
</style>
border-color css
<style>
span { border-color: #1C7CF7; }
span { border-color: rgb(28,124,247); }
td.TdClassName
{
border-color: #1C7CF7;
}
.TagClassName
{
border-color: #1C7CF7;
}
</style>