Shades of Dodger Blue #1269FA
Tints of Dodger Blue #1269FA
RGB
CMYK
RGB Variations
Color information
#1269FA (or 0x1269FA) is known color: Dodger Blue. HEX triplet: 12, 69 and FA. RGB value is (18,105,250). Sum of RGB (Red+Green+Blue) = 18+105+250=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #1269FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1269FA is #ED9605. Grayscale: #5E5E5E. Windows color (decimal): -15570438 or 16410898. OLE color: 16410898.
HSL color Cylindrical-coordinate representation of color #1269FA: hue angle of 217.5º 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 #1269FA is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 105 | 250 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.02 |
| HSL | 217.5º | 0.96% | 0.53% | - |
| HSV(B) | 217.5º | 0.93% | 0.98% | - |
| XYZ | 22.56 | 17.13 | 92.56 | - |
| YUV | 95.52 | 215.18 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 250 | 0.93 | 0.58 | 0 | 0.02 | 217.5 | 0.96 | 0.53 |
| Hex | 12 | 69 | FA | 5D | 3A | 0 | 2 | DA | 60 | 35 |
| Octal | 22 | 151 | 372 | 135 | 72 | 0 | 2 | 332 | 140 | 65 |
| Binary | 10010 | 1101001 | 11111010 | 1011101 | 111010 | 0 | 10 | 11011010 | 1100000 | 110101 |
Color Harmonies of #1269FA
Complementary color
Monochromatic Colors of #1269FA
Black with #1269FA
Text Example
Text Example
White with #1269FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1269FA; }
p { color: rgb(18,105,250); }
H1.HeaderClassName
{
color: #1269FA;
}
.AnyTagClassName
{
color: #1269FA;
}
</style>
background-color css
<style>
a { background-color: #1269FA; }
a { background-color: rgb(18,105,250); }
div.DivClassName
{
background-color: #1269FA;
}
.BgClassName
{
background-color: #1269FA;
}
</style>
border-color css
<style>
span { border-color: #1269FA; }
span { border-color: rgb(18,105,250); }
td.TdClassName
{
border-color: #1269FA;
}
.TagClassName
{
border-color: #1269FA;
}
</style>