Shades of Dodger Blue #1C6DF5
Tints of Dodger Blue #1C6DF5
RGB
CMYK
RGB Variations
Color information
#1C6DF5 (or 0x1C6DF5) is known color: Dodger Blue. HEX triplet: 1C, 6D and F5. RGB value is (28,109,245). Sum of RGB (Red+Green+Blue) = 28+109+245=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 245 (96.09% from 255 or 64.14% from 382); Max value from RGB is 245 - color contains mainly: blue. Hex color #1C6DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6DF5 is #E3920A. Grayscale: #636363. Windows color (decimal): -14914059 or 16084252. OLE color: 16084252.
HSL color Cylindrical-coordinate representation of color #1C6DF5: hue angle of 217.6º 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 #1C6DF5 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 109 | 245 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.04 |
| HSL | 217.6º | 0.92% | 0.54% | - |
| HSV(B) | 217.6º | 0.89% | 0.96% | - |
| XYZ | 22.43 | 17.78 | 88.64 | - |
| YUV | 100.29 | 209.66 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 109 | 245 | 0.89 | 0.56 | 0 | 0.04 | 217.6 | 0.92 | 0.54 |
| Hex | 1C | 6D | F5 | 59 | 38 | 0 | 4 | DA | 5C | 36 |
| Octal | 34 | 155 | 365 | 131 | 70 | 0 | 4 | 332 | 134 | 66 |
| Binary | 11100 | 1101101 | 11110101 | 1011001 | 111000 | 0 | 100 | 11011010 | 1011100 | 110110 |
Color Harmonies of #1C6DF5
Complementary color
Monochromatic Colors of #1C6DF5
Black with #1C6DF5
Text Example
Text Example
White with #1C6DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6DF5; }
p { color: rgb(28,109,245); }
H1.HeaderClassName
{
color: #1C6DF5;
}
.AnyTagClassName
{
color: #1C6DF5;
}
</style>
background-color css
<style>
a { background-color: #1C6DF5; }
a { background-color: rgb(28,109,245); }
div.DivClassName
{
background-color: #1C6DF5;
}
.BgClassName
{
background-color: #1C6DF5;
}
</style>
border-color css
<style>
span { border-color: #1C6DF5; }
span { border-color: rgb(28,109,245); }
td.TdClassName
{
border-color: #1C6DF5;
}
.TagClassName
{
border-color: #1C6DF5;
}
</style>