Shades of Dodger Blue #1282FE
Tints of Dodger Blue #1282FE
RGB
CMYK
RGB Variations
Color information
#1282FE (or 0x1282FE) is known color: Dodger Blue. HEX triplet: 12, 82 and FE. RGB value is (18,130,254). Sum of RGB (Red+Green+Blue) = 18+130+254=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #1282FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1282FE is #ED7D01. Grayscale: #6E6E6E. Windows color (decimal): -15564034 or 16679442. OLE color: 16679442.
HSL color Cylindrical-coordinate representation of color #1282FE: hue angle of 211.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1282FE is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 130 | 254 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.00 |
| HSL | 211.53º | 0.99% | 0.53% | - |
| HSV(B) | 211.53º | 0.93% | 1% | - |
| XYZ | 26.12 | 23.25 | 96.88 | - |
| YUV | 110.65 | 208.89 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 254 | 0.93 | 0.49 | 0 | 0.00 | 211.53 | 0.99 | 0.53 |
| Hex | 12 | 82 | FE | 5D | 31 | 0 | 0 | D4 | 63 | 35 |
| Octal | 22 | 202 | 376 | 135 | 61 | 0 | 0 | 324 | 143 | 65 |
| Binary | 10010 | 10000010 | 11111110 | 1011101 | 110001 | 0 | 0 | 11010100 | 1100011 | 110101 |
Color Harmonies of #1282FE
Complementary color
Monochromatic Colors of #1282FE
Black with #1282FE
Text Example
Text Example
White with #1282FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282FE; }
p { color: rgb(18,130,254); }
H1.HeaderClassName
{
color: #1282FE;
}
.AnyTagClassName
{
color: #1282FE;
}
</style>
background-color css
<style>
a { background-color: #1282FE; }
a { background-color: rgb(18,130,254); }
div.DivClassName
{
background-color: #1282FE;
}
.BgClassName
{
background-color: #1282FE;
}
</style>
border-color css
<style>
span { border-color: #1282FE; }
span { border-color: rgb(18,130,254); }
td.TdClassName
{
border-color: #1282FE;
}
.TagClassName
{
border-color: #1282FE;
}
</style>