Shades of Dodger Blue #1266FA
Tints of Dodger Blue #1266FA
RGB
CMYK
RGB Variations
Color information
#1266FA (or 0x1266FA) is known color: Dodger Blue. HEX triplet: 12, 66 and FA. RGB value is (18,102,250). Sum of RGB (Red+Green+Blue) = 18+102+250=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #1266FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266FA is #ED9905. Grayscale: #5D5D5D. Windows color (decimal): -15571206 or 16410130. OLE color: 16410130.
HSL color Cylindrical-coordinate representation of color #1266FA: hue angle of 218.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1266FA is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 102 | 250 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.02 |
| HSL | 218.28º | 0.96% | 0.53% | - |
| HSV(B) | 218.28º | 0.93% | 0.98% | - |
| XYZ | 22.26 | 16.53 | 92.46 | - |
| YUV | 93.76 | 216.17 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 250 | 0.93 | 0.59 | 0 | 0.02 | 218.28 | 0.96 | 0.53 |
| Hex | 12 | 66 | FA | 5D | 3B | 0 | 2 | DA | 60 | 35 |
| Octal | 22 | 146 | 372 | 135 | 73 | 0 | 2 | 332 | 140 | 65 |
| Binary | 10010 | 1100110 | 11111010 | 1011101 | 111011 | 0 | 10 | 11011010 | 1100000 | 110101 |
Color Harmonies of #1266FA
Complementary color
Monochromatic Colors of #1266FA
Black with #1266FA
Text Example
Text Example
White with #1266FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266FA; }
p { color: rgb(18,102,250); }
H1.HeaderClassName
{
color: #1266FA;
}
.AnyTagClassName
{
color: #1266FA;
}
</style>
background-color css
<style>
a { background-color: #1266FA; }
a { background-color: rgb(18,102,250); }
div.DivClassName
{
background-color: #1266FA;
}
.BgClassName
{
background-color: #1266FA;
}
</style>
border-color css
<style>
span { border-color: #1266FA; }
span { border-color: rgb(18,102,250); }
td.TdClassName
{
border-color: #1266FA;
}
.TagClassName
{
border-color: #1266FA;
}
</style>