Shades of Dodger Blue #1281FD
Tints of Dodger Blue #1281FD
RGB
CMYK
RGB Variations
Color information
#1281FD (or 0x1281FD) is known color: Dodger Blue. HEX triplet: 12, 81 and FD. RGB value is (18,129,253). Sum of RGB (Red+Green+Blue) = 18+129+253=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #1281FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1281FD is #ED7E02. Grayscale: #6D6D6D. Windows color (decimal): -15564291 or 16613650. OLE color: 16613650.
HSL color Cylindrical-coordinate representation of color #1281FD: hue angle of 211.66º 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 #1281FD is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 129 | 253 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.01 |
| HSL | 211.66º | 0.98% | 0.53% | - |
| HSV(B) | 211.66º | 0.93% | 0.99% | - |
| XYZ | 25.83 | 22.92 | 95.99 | - |
| YUV | 109.95 | 208.73 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 253 | 0.93 | 0.49 | 0 | 0.01 | 211.66 | 0.98 | 0.53 |
| Hex | 12 | 81 | FD | 5D | 31 | 0 | 1 | D4 | 62 | 35 |
| Octal | 22 | 201 | 375 | 135 | 61 | 0 | 1 | 324 | 142 | 65 |
| Binary | 10010 | 10000001 | 11111101 | 1011101 | 110001 | 0 | 1 | 11010100 | 1100010 | 110101 |
Color Harmonies of #1281FD
Complementary color
Monochromatic Colors of #1281FD
Black with #1281FD
Text Example
Text Example
White with #1281FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1281FD; }
p { color: rgb(18,129,253); }
H1.HeaderClassName
{
color: #1281FD;
}
.AnyTagClassName
{
color: #1281FD;
}
</style>
background-color css
<style>
a { background-color: #1281FD; }
a { background-color: rgb(18,129,253); }
div.DivClassName
{
background-color: #1281FD;
}
.BgClassName
{
background-color: #1281FD;
}
</style>
border-color css
<style>
span { border-color: #1281FD; }
span { border-color: rgb(18,129,253); }
td.TdClassName
{
border-color: #1281FD;
}
.TagClassName
{
border-color: #1281FD;
}
</style>