Shades of Dodger Blue #1C6FFC
Tints of Dodger Blue #1C6FFC
RGB
CMYK
RGB Variations
Color information
#1C6FFC (or 0x1C6FFC) is known color: Dodger Blue. HEX triplet: 1C, 6F and FC. RGB value is (28,111,252). Sum of RGB (Red+Green+Blue) = 28+111+252=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6FFC is #E39003. Grayscale: #656565. Windows color (decimal): -14913540 or 16543516. OLE color: 16543516.
HSL color Cylindrical-coordinate representation of color #1C6FFC: hue angle of 217.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C6FFC is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 111 | 252 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.01 |
| HSL | 217.77º | 0.97% | 0.55% | - |
| HSV(B) | 217.77º | 0.89% | 0.99% | - |
| XYZ | 23.73 | 18.64 | 94.44 | - |
| YUV | 102.26 | 212.5 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 111 | 252 | 0.89 | 0.56 | 0 | 0.01 | 217.77 | 0.97 | 0.55 |
| Hex | 1C | 6F | FC | 59 | 38 | 0 | 1 | DA | 61 | 37 |
| Octal | 34 | 157 | 374 | 131 | 70 | 0 | 1 | 332 | 141 | 67 |
| Binary | 11100 | 1101111 | 11111100 | 1011001 | 111000 | 0 | 1 | 11011010 | 1100001 | 110111 |
Color Harmonies of #1C6FFC
Complementary color
Monochromatic Colors of #1C6FFC
Black with #1C6FFC
Text Example
Text Example
White with #1C6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6FFC; }
p { color: rgb(28,111,252); }
H1.HeaderClassName
{
color: #1C6FFC;
}
.AnyTagClassName
{
color: #1C6FFC;
}
</style>
background-color css
<style>
a { background-color: #1C6FFC; }
a { background-color: rgb(28,111,252); }
div.DivClassName
{
background-color: #1C6FFC;
}
.BgClassName
{
background-color: #1C6FFC;
}
</style>
border-color css
<style>
span { border-color: #1C6FFC; }
span { border-color: rgb(28,111,252); }
td.TdClassName
{
border-color: #1C6FFC;
}
.TagClassName
{
border-color: #1C6FFC;
}
</style>