Shades of Dodger Blue #1C7FF1
Tints of Dodger Blue #1C7FF1
RGB
CMYK
RGB Variations
Color information
#1C7FF1 (or 0x1C7FF1) is known color: Dodger Blue. HEX triplet: 1C, 7F and F1. RGB value is (28,127,241). Sum of RGB (Red+Green+Blue) = 28+127+241=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #1C7FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7FF1 is #E3800E. Grayscale: #6D6D6D. Windows color (decimal): -14909455 or 15826716. OLE color: 15826716.
HSL color Cylindrical-coordinate representation of color #1C7FF1: hue angle of 212.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7FF1 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 127 | 241 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.05 |
| HSL | 212.11º | 0.88% | 0.53% | - |
| HSV(B) | 212.11º | 0.88% | 0.95% | - |
| XYZ | 23.95 | 21.78 | 86.16 | - |
| YUV | 110.4 | 201.7 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 241 | 0.88 | 0.47 | 0 | 0.05 | 212.11 | 0.88 | 0.53 |
| Hex | 1C | 7F | F1 | 58 | 2F | 0 | 5 | D4 | 58 | 35 |
| Octal | 34 | 177 | 361 | 130 | 57 | 0 | 5 | 324 | 130 | 65 |
| Binary | 11100 | 1111111 | 11110001 | 1011000 | 101111 | 0 | 101 | 11010100 | 1011000 | 110101 |
Color Harmonies of #1C7FF1
Complementary color
Monochromatic Colors of #1C7FF1
Black with #1C7FF1
Text Example
Text Example
White with #1C7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7FF1; }
p { color: rgb(28,127,241); }
H1.HeaderClassName
{
color: #1C7FF1;
}
.AnyTagClassName
{
color: #1C7FF1;
}
</style>
background-color css
<style>
a { background-color: #1C7FF1; }
a { background-color: rgb(28,127,241); }
div.DivClassName
{
background-color: #1C7FF1;
}
.BgClassName
{
background-color: #1C7FF1;
}
</style>
border-color css
<style>
span { border-color: #1C7FF1; }
span { border-color: rgb(28,127,241); }
td.TdClassName
{
border-color: #1C7FF1;
}
.TagClassName
{
border-color: #1C7FF1;
}
</style>