Shades of Dodger Blue #0982FE
Tints of Dodger Blue #0982FE
RGB
CMYK
RGB Variations
Color information
#0982FE (or 0x0982FE) is known color: Dodger Blue. HEX triplet: 09, 82 and FE. RGB value is (9,130,254). Sum of RGB (Red+Green+Blue) = 9+130+254=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #0982FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0982FE is #F67D01. Grayscale: #6B6B6B. Windows color (decimal): -16153858 or 16679433. OLE color: 16679433.
HSL color Cylindrical-coordinate representation of color #0982FE: hue angle of 210.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0982FE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 130 | 254 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.00 |
| HSL | 210.37º | 0.99% | 0.52% | - |
| HSV(B) | 210.37º | 0.96% | 1% | - |
| XYZ | 25.98 | 23.18 | 96.87 | - |
| YUV | 107.96 | 210.41 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 254 | 0.96 | 0.49 | 0 | 0.00 | 210.37 | 0.99 | 0.52 |
| Hex | 9 | 82 | FE | 60 | 31 | 0 | 0 | D2 | 63 | 34 |
| Octal | 11 | 202 | 376 | 140 | 61 | 0 | 0 | 322 | 143 | 64 |
| Binary | 1001 | 10000010 | 11111110 | 1100000 | 110001 | 0 | 0 | 11010010 | 1100011 | 110100 |
Color Harmonies of #0982FE
Complementary color
Monochromatic Colors of #0982FE
Black with #0982FE
Text Example
Text Example
White with #0982FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0982FE; }
p { color: rgb(9,130,254); }
H1.HeaderClassName
{
color: #0982FE;
}
.AnyTagClassName
{
color: #0982FE;
}
</style>
background-color css
<style>
a { background-color: #0982FE; }
a { background-color: rgb(9,130,254); }
div.DivClassName
{
background-color: #0982FE;
}
.BgClassName
{
background-color: #0982FE;
}
</style>
border-color css
<style>
span { border-color: #0982FE; }
span { border-color: rgb(9,130,254); }
td.TdClassName
{
border-color: #0982FE;
}
.TagClassName
{
border-color: #0982FE;
}
</style>