Shades of Dodger Blue #1C6AFF
Tints of Dodger Blue #1C6AFF
RGB
CMYK
RGB Variations
Color information
#1C6AFF (or 0x1C6AFF) is known color: Dodger Blue. HEX triplet: 1C, 6A and FF. RGB value is (28,106,255). Sum of RGB (Red+Green+Blue) = 28+106+255=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C6AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6AFF is #E39500. Grayscale: #626262. Windows color (decimal): -14914817 or 16738844. OLE color: 16738844.
HSL color Cylindrical-coordinate representation of color #1C6AFF: hue angle of 219.38º 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 #1C6AFF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 106 | 255 | - |
| CMYK | 0.89 | 0.58 | 0 | 0 |
| HSL | 219.38º | 1% | 0.55% | - |
| HSV(B) | 219.38º | 0.89% | 1% | - |
| XYZ | 23.68 | 17.77 | 96.79 | - |
| YUV | 99.66 | 215.66 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 255 | 0.89 | 0.58 | 0 | 0 | 219.38 | 1 | 0.55 |
| Hex | 1C | 6A | FF | 59 | 3A | 0 | 0 | DB | 64 | 37 |
| Octal | 34 | 152 | 377 | 131 | 72 | 0 | 0 | 333 | 144 | 67 |
| Binary | 11100 | 1101010 | 11111111 | 1011001 | 111010 | 0 | 0 | 11011011 | 1100100 | 110111 |
Color Harmonies of #1C6AFF
Complementary color
Monochromatic Colors of #1C6AFF
Black with #1C6AFF
Text Example
Text Example
White with #1C6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6AFF; }
p { color: rgb(28,106,255); }
H1.HeaderClassName
{
color: #1C6AFF;
}
.AnyTagClassName
{
color: #1C6AFF;
}
</style>
background-color css
<style>
a { background-color: #1C6AFF; }
a { background-color: rgb(28,106,255); }
div.DivClassName
{
background-color: #1C6AFF;
}
.BgClassName
{
background-color: #1C6AFF;
}
</style>
border-color css
<style>
span { border-color: #1C6AFF; }
span { border-color: rgb(28,106,255); }
td.TdClassName
{
border-color: #1C6AFF;
}
.TagClassName
{
border-color: #1C6AFF;
}
</style>