Shades of Dodger Blue #1276FD
Tints of Dodger Blue #1276FD
RGB
CMYK
RGB Variations
Color information
#1276FD (or 0x1276FD) is known color: Dodger Blue. HEX triplet: 12, 76 and FD. RGB value is (18,118,253). Sum of RGB (Red+Green+Blue) = 18+118+253=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #1276FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1276FD is #ED8902. Grayscale: #666666. Windows color (decimal): -15567107 or 16610834. OLE color: 16610834.
HSL color Cylindrical-coordinate representation of color #1276FD: hue angle of 214.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1276FD is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 118 | 253 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.01 |
| HSL | 214.47º | 0.98% | 0.53% | - |
| HSV(B) | 214.47º | 0.93% | 0.99% | - |
| XYZ | 24.46 | 20.18 | 95.53 | - |
| YUV | 103.49 | 212.37 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 253 | 0.93 | 0.53 | 0 | 0.01 | 214.47 | 0.98 | 0.53 |
| Hex | 12 | 76 | FD | 5D | 35 | 0 | 1 | D6 | 62 | 35 |
| Octal | 22 | 166 | 375 | 135 | 65 | 0 | 1 | 326 | 142 | 65 |
| Binary | 10010 | 1110110 | 11111101 | 1011101 | 110101 | 0 | 1 | 11010110 | 1100010 | 110101 |
Color Harmonies of #1276FD
Complementary color
Monochromatic Colors of #1276FD
Black with #1276FD
Text Example
Text Example
White with #1276FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1276FD; }
p { color: rgb(18,118,253); }
H1.HeaderClassName
{
color: #1276FD;
}
.AnyTagClassName
{
color: #1276FD;
}
</style>
background-color css
<style>
a { background-color: #1276FD; }
a { background-color: rgb(18,118,253); }
div.DivClassName
{
background-color: #1276FD;
}
.BgClassName
{
background-color: #1276FD;
}
</style>
border-color css
<style>
span { border-color: #1276FD; }
span { border-color: rgb(18,118,253); }
td.TdClassName
{
border-color: #1276FD;
}
.TagClassName
{
border-color: #1276FD;
}
</style>