Shades of Dodger Blue #1273FD
Tints of Dodger Blue #1273FD
RGB
CMYK
RGB Variations
Color information
#1273FD (or 0x1273FD) is known color: Dodger Blue. HEX triplet: 12, 73 and FD. RGB value is (18,115,253). Sum of RGB (Red+Green+Blue) = 18+115+253=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #1273FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1273FD is #ED8C02. Grayscale: #656565. Windows color (decimal): -15567875 or 16610066. OLE color: 16610066.
HSL color Cylindrical-coordinate representation of color #1273FD: hue angle of 215.23º 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 #1273FD is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 115 | 253 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.01 |
| HSL | 215.23º | 0.98% | 0.53% | - |
| HSV(B) | 215.23º | 0.93% | 0.99% | - |
| XYZ | 24.11 | 19.48 | 95.42 | - |
| YUV | 101.73 | 213.36 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 253 | 0.93 | 0.55 | 0 | 0.01 | 215.23 | 0.98 | 0.53 |
| Hex | 12 | 73 | FD | 5D | 37 | 0 | 1 | D7 | 62 | 35 |
| Octal | 22 | 163 | 375 | 135 | 67 | 0 | 1 | 327 | 142 | 65 |
| Binary | 10010 | 1110011 | 11111101 | 1011101 | 110111 | 0 | 1 | 11010111 | 1100010 | 110101 |
Color Harmonies of #1273FD
Complementary color
Monochromatic Colors of #1273FD
Black with #1273FD
Text Example
Text Example
White with #1273FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1273FD; }
p { color: rgb(18,115,253); }
H1.HeaderClassName
{
color: #1273FD;
}
.AnyTagClassName
{
color: #1273FD;
}
</style>
background-color css
<style>
a { background-color: #1273FD; }
a { background-color: rgb(18,115,253); }
div.DivClassName
{
background-color: #1273FD;
}
.BgClassName
{
background-color: #1273FD;
}
</style>
border-color css
<style>
span { border-color: #1273FD; }
span { border-color: rgb(18,115,253); }
td.TdClassName
{
border-color: #1273FD;
}
.TagClassName
{
border-color: #1273FD;
}
</style>