Shades of Dodger Blue #1C7BF7
Tints of Dodger Blue #1C7BF7
RGB
CMYK
RGB Variations
Color information
#1C7BF7 (or 0x1C7BF7) is known color: Dodger Blue. HEX triplet: 1C, 7B and F7. RGB value is (28,123,247). Sum of RGB (Red+Green+Blue) = 28+123+247=398 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.04% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C7BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7BF7 is #E38408. Grayscale: #6C6C6C. Windows color (decimal): -14910473 or 16218908. OLE color: 16218908.
HSL color Cylindrical-coordinate representation of color #1C7BF7: hue angle of 213.97º 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 #1C7BF7 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 123 | 247 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.03 |
| HSL | 213.97º | 0.93% | 0.54% | - |
| HSV(B) | 213.97º | 0.89% | 0.97% | - |
| XYZ | 24.35 | 21.13 | 90.79 | - |
| YUV | 108.73 | 206.03 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 123 | 247 | 0.89 | 0.50 | 0 | 0.03 | 213.97 | 0.93 | 0.54 |
| Hex | 1C | 7B | F7 | 59 | 32 | 0 | 3 | D6 | 5D | 36 |
| Octal | 34 | 173 | 367 | 131 | 62 | 0 | 3 | 326 | 135 | 66 |
| Binary | 11100 | 1111011 | 11110111 | 1011001 | 110010 | 0 | 11 | 11010110 | 1011101 | 110110 |
Color Harmonies of #1C7BF7
Complementary color
Monochromatic Colors of #1C7BF7
Black with #1C7BF7
Text Example
Text Example
White with #1C7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7BF7; }
p { color: rgb(28,123,247); }
H1.HeaderClassName
{
color: #1C7BF7;
}
.AnyTagClassName
{
color: #1C7BF7;
}
</style>
background-color css
<style>
a { background-color: #1C7BF7; }
a { background-color: rgb(28,123,247); }
div.DivClassName
{
background-color: #1C7BF7;
}
.BgClassName
{
background-color: #1C7BF7;
}
</style>
border-color css
<style>
span { border-color: #1C7BF7; }
span { border-color: rgb(28,123,247); }
td.TdClassName
{
border-color: #1C7BF7;
}
.TagClassName
{
border-color: #1C7BF7;
}
</style>