Shades of Dodger Blue #1268FE
Tints of Dodger Blue #1268FE
RGB
CMYK
RGB Variations
Color information
#1268FE (or 0x1268FE) is known color: Dodger Blue. HEX triplet: 12, 68 and FE. RGB value is (18,104,254). Sum of RGB (Red+Green+Blue) = 18+104+254=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #1268FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1268FE is #ED9701. Grayscale: #5E5E5E. Windows color (decimal): -15570690 or 16672786. OLE color: 16672786.
HSL color Cylindrical-coordinate representation of color #1268FE: hue angle of 218.14º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1268FE is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 104 | 254 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.00 |
| HSL | 218.14º | 0.99% | 0.53% | - |
| HSV(B) | 218.14º | 0.93% | 1% | - |
| XYZ | 23.09 | 17.18 | 95.87 | - |
| YUV | 95.39 | 217.51 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 254 | 0.93 | 0.59 | 0 | 0.00 | 218.14 | 0.99 | 0.53 |
| Hex | 12 | 68 | FE | 5D | 3B | 0 | 0 | DA | 63 | 35 |
| Octal | 22 | 150 | 376 | 135 | 73 | 0 | 0 | 332 | 143 | 65 |
| Binary | 10010 | 1101000 | 11111110 | 1011101 | 111011 | 0 | 0 | 11011010 | 1100011 | 110101 |
Color Harmonies of #1268FE
Complementary color
Monochromatic Colors of #1268FE
Black with #1268FE
Text Example
Text Example
White with #1268FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268FE; }
p { color: rgb(18,104,254); }
H1.HeaderClassName
{
color: #1268FE;
}
.AnyTagClassName
{
color: #1268FE;
}
</style>
background-color css
<style>
a { background-color: #1268FE; }
a { background-color: rgb(18,104,254); }
div.DivClassName
{
background-color: #1268FE;
}
.BgClassName
{
background-color: #1268FE;
}
</style>
border-color css
<style>
span { border-color: #1268FE; }
span { border-color: rgb(18,104,254); }
td.TdClassName
{
border-color: #1268FE;
}
.TagClassName
{
border-color: #1268FE;
}
</style>