Shades of Dodger Blue #1266FF
Tints of Dodger Blue #1266FF
RGB
CMYK
RGB Variations
Color information
#1266FF (or 0x1266FF) is known color: Dodger Blue. HEX triplet: 12, 66 and FF. RGB value is (18,102,255). Sum of RGB (Red+Green+Blue) = 18+102+255=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1266FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266FF is #ED9900. Grayscale: #5D5D5D. Windows color (decimal): -15571201 or 16737810. OLE color: 16737810.
HSL color Cylindrical-coordinate representation of color #1266FF: hue angle of 218.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1266FF is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 102 | 255 | - |
| CMYK | 0.93 | 0.6 | 0 | 0 |
| HSL | 218.73º | 1% | 0.54% | - |
| HSV(B) | 218.73º | 0.93% | 1% | - |
| XYZ | 23.05 | 16.85 | 96.65 | - |
| YUV | 94.33 | 218.67 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 255 | 0.93 | 0.6 | 0 | 0 | 218.73 | 1 | 0.54 |
| Hex | 12 | 66 | FF | 5D | 3C | 0 | 0 | DB | 64 | 36 |
| Octal | 22 | 146 | 377 | 135 | 74 | 0 | 0 | 333 | 144 | 66 |
| Binary | 10010 | 1100110 | 11111111 | 1011101 | 111100 | 0 | 0 | 11011011 | 1100100 | 110110 |
Color Harmonies of #1266FF
Complementary color
Monochromatic Colors of #1266FF
Black with #1266FF
Text Example
Text Example
White with #1266FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266FF; }
p { color: rgb(18,102,255); }
H1.HeaderClassName
{
color: #1266FF;
}
.AnyTagClassName
{
color: #1266FF;
}
</style>
background-color css
<style>
a { background-color: #1266FF; }
a { background-color: rgb(18,102,255); }
div.DivClassName
{
background-color: #1266FF;
}
.BgClassName
{
background-color: #1266FF;
}
</style>
border-color css
<style>
span { border-color: #1266FF; }
span { border-color: rgb(18,102,255); }
td.TdClassName
{
border-color: #1266FF;
}
.TagClassName
{
border-color: #1266FF;
}
</style>