Shades of Dodger Blue #0981FE
Tints of Dodger Blue #0981FE
RGB
CMYK
RGB Variations
Color information
#0981FE (or 0x0981FE) is known color: Dodger Blue. HEX triplet: 09, 81 and FE. RGB value is (9,129,254). Sum of RGB (Red+Green+Blue) = 9+129+254=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0981FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0981FE is #F67E01. Grayscale: #6A6A6A. Windows color (decimal): -16154114 or 16679177. OLE color: 16679177.
HSL color Cylindrical-coordinate representation of color #0981FE: hue angle of 210.61º 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 #0981FE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 129 | 254 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.00 |
| HSL | 210.61º | 0.99% | 0.52% | - |
| HSV(B) | 210.61º | 0.96% | 1% | - |
| XYZ | 25.85 | 22.91 | 96.83 | - |
| YUV | 107.37 | 210.74 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 254 | 0.96 | 0.49 | 0 | 0.00 | 210.61 | 0.99 | 0.52 |
| Hex | 9 | 81 | FE | 60 | 31 | 0 | 0 | D3 | 63 | 34 |
| Octal | 11 | 201 | 376 | 140 | 61 | 0 | 0 | 323 | 143 | 64 |
| Binary | 1001 | 10000001 | 11111110 | 1100000 | 110001 | 0 | 0 | 11010011 | 1100011 | 110100 |
Color Harmonies of #0981FE
Complementary color
Monochromatic Colors of #0981FE
Black with #0981FE
Text Example
Text Example
White with #0981FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0981FE; }
p { color: rgb(9,129,254); }
H1.HeaderClassName
{
color: #0981FE;
}
.AnyTagClassName
{
color: #0981FE;
}
</style>
background-color css
<style>
a { background-color: #0981FE; }
a { background-color: rgb(9,129,254); }
div.DivClassName
{
background-color: #0981FE;
}
.BgClassName
{
background-color: #0981FE;
}
</style>
border-color css
<style>
span { border-color: #0981FE; }
span { border-color: rgb(9,129,254); }
td.TdClassName
{
border-color: #0981FE;
}
.TagClassName
{
border-color: #0981FE;
}
</style>