Shades of Dodger Blue #1C6EFF
Tints of Dodger Blue #1C6EFF
RGB
CMYK
RGB Variations
Color information
#1C6EFF (or 0x1C6EFF) is known color: Dodger Blue. HEX triplet: 1C, 6E and FF. RGB value is (28,110,255). Sum of RGB (Red+Green+Blue) = 28+110+255=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C6EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6EFF is #E39100. Grayscale: #656565. Windows color (decimal): -14913793 or 16739868. OLE color: 16739868.
HSL color Cylindrical-coordinate representation of color #1C6EFF: hue angle of 218.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C6EFF is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 110 | 255 | - |
| CMYK | 0.89 | 0.57 | 0 | 0 |
| HSL | 218.33º | 1% | 0.55% | - |
| HSV(B) | 218.33º | 0.89% | 1% | - |
| XYZ | 24.1 | 18.62 | 96.93 | - |
| YUV | 102.01 | 214.33 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 255 | 0.89 | 0.57 | 0 | 0 | 218.33 | 1 | 0.55 |
| Hex | 1C | 6E | FF | 59 | 39 | 0 | 0 | DA | 64 | 37 |
| Octal | 34 | 156 | 377 | 131 | 71 | 0 | 0 | 332 | 144 | 67 |
| Binary | 11100 | 1101110 | 11111111 | 1011001 | 111001 | 0 | 0 | 11011010 | 1100100 | 110111 |
Color Harmonies of #1C6EFF
Complementary color
Monochromatic Colors of #1C6EFF
Black with #1C6EFF
Text Example
Text Example
White with #1C6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6EFF; }
p { color: rgb(28,110,255); }
H1.HeaderClassName
{
color: #1C6EFF;
}
.AnyTagClassName
{
color: #1C6EFF;
}
</style>
background-color css
<style>
a { background-color: #1C6EFF; }
a { background-color: rgb(28,110,255); }
div.DivClassName
{
background-color: #1C6EFF;
}
.BgClassName
{
background-color: #1C6EFF;
}
</style>
border-color css
<style>
span { border-color: #1C6EFF; }
span { border-color: rgb(28,110,255); }
td.TdClassName
{
border-color: #1C6EFF;
}
.TagClassName
{
border-color: #1C6EFF;
}
</style>