Shades of Dodger Blue #1282FF
Tints of Dodger Blue #1282FF
RGB
CMYK
RGB Variations
Color information
#1282FF (or 0x1282FF) is known color: Dodger Blue. HEX triplet: 12, 82 and FF. RGB value is (18,130,255). Sum of RGB (Red+Green+Blue) = 18+130+255=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #1282FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1282FF is #ED7D00. Grayscale: #6E6E6E. Windows color (decimal): -15564033 or 16744978. OLE color: 16744978.
HSL color Cylindrical-coordinate representation of color #1282FF: hue angle of 211.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1282FF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 130 | 255 | - |
| CMYK | 0.93 | 0.49 | 0 | 0 |
| HSL | 211.65º | 1% | 0.54% | - |
| HSV(B) | 211.65º | 0.93% | 1% | - |
| XYZ | 26.28 | 23.31 | 97.72 | - |
| YUV | 110.76 | 209.39 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 255 | 0.93 | 0.49 | 0 | 0 | 211.65 | 1 | 0.54 |
| Hex | 12 | 82 | FF | 5D | 31 | 0 | 0 | D4 | 64 | 36 |
| Octal | 22 | 202 | 377 | 135 | 61 | 0 | 0 | 324 | 144 | 66 |
| Binary | 10010 | 10000010 | 11111111 | 1011101 | 110001 | 0 | 0 | 11010100 | 1100100 | 110110 |
Color Harmonies of #1282FF
Complementary color
Monochromatic Colors of #1282FF
Black with #1282FF
Text Example
Text Example
White with #1282FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282FF; }
p { color: rgb(18,130,255); }
H1.HeaderClassName
{
color: #1282FF;
}
.AnyTagClassName
{
color: #1282FF;
}
</style>
background-color css
<style>
a { background-color: #1282FF; }
a { background-color: rgb(18,130,255); }
div.DivClassName
{
background-color: #1282FF;
}
.BgClassName
{
background-color: #1282FF;
}
</style>
border-color css
<style>
span { border-color: #1282FF; }
span { border-color: rgb(18,130,255); }
td.TdClassName
{
border-color: #1282FF;
}
.TagClassName
{
border-color: #1282FF;
}
</style>