Shades of Dodger Blue #1C6CFE
Tints of Dodger Blue #1C6CFE
RGB
CMYK
RGB Variations
Color information
#1C6CFE (or 0x1C6CFE) is known color: Dodger Blue. HEX triplet: 1C, 6C and FE. RGB value is (28,108,254). Sum of RGB (Red+Green+Blue) = 28+108+254=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6CFE is #E39301. Grayscale: #646464. Windows color (decimal): -14914306 or 16673820. OLE color: 16673820.
HSL color Cylindrical-coordinate representation of color #1C6CFE: hue angle of 218.76º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C6CFE is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 108 | 254 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.00 |
| HSL | 218.76º | 0.99% | 0.55% | - |
| HSV(B) | 218.76º | 0.89% | 1% | - |
| XYZ | 23.73 | 18.13 | 96.01 | - |
| YUV | 100.72 | 214.5 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 254 | 0.89 | 0.57 | 0 | 0.00 | 218.76 | 0.99 | 0.55 |
| Hex | 1C | 6C | FE | 59 | 39 | 0 | 0 | DB | 63 | 37 |
| Octal | 34 | 154 | 376 | 131 | 71 | 0 | 0 | 333 | 143 | 67 |
| Binary | 11100 | 1101100 | 11111110 | 1011001 | 111001 | 0 | 0 | 11011011 | 1100011 | 110111 |
Color Harmonies of #1C6CFE
Complementary color
Monochromatic Colors of #1C6CFE
Black with #1C6CFE
Text Example
Text Example
White with #1C6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6CFE; }
p { color: rgb(28,108,254); }
H1.HeaderClassName
{
color: #1C6CFE;
}
.AnyTagClassName
{
color: #1C6CFE;
}
</style>
background-color css
<style>
a { background-color: #1C6CFE; }
a { background-color: rgb(28,108,254); }
div.DivClassName
{
background-color: #1C6CFE;
}
.BgClassName
{
background-color: #1C6CFE;
}
</style>
border-color css
<style>
span { border-color: #1C6CFE; }
span { border-color: rgb(28,108,254); }
td.TdClassName
{
border-color: #1C6CFE;
}
.TagClassName
{
border-color: #1C6CFE;
}
</style>