Shades of Dodger Blue #0981FF
Tints of Dodger Blue #0981FF
RGB
CMYK
RGB Variations
Color information
#0981FF (or 0x0981FF) is known color: Dodger Blue. HEX triplet: 09, 81 and FF. RGB value is (9,129,255). Sum of RGB (Red+Green+Blue) = 9+129+255=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #0981FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0981FF is #F67E00. Grayscale: #6A6A6A. Windows color (decimal): -16154113 or 16744713. OLE color: 16744713.
HSL color Cylindrical-coordinate representation of color #0981FF: hue angle of 210.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0981FF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 129 | 255 | - |
| CMYK | 0.96 | 0.49 | 0 | 0 |
| HSL | 210.73º | 1% | 0.52% | - |
| HSV(B) | 210.73º | 0.96% | 1% | - |
| XYZ | 26.01 | 22.98 | 97.67 | - |
| YUV | 107.48 | 211.24 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 255 | 0.96 | 0.49 | 0 | 0 | 210.73 | 1 | 0.52 |
| Hex | 9 | 81 | FF | 60 | 31 | 0 | 0 | D3 | 64 | 34 |
| Octal | 11 | 201 | 377 | 140 | 61 | 0 | 0 | 323 | 144 | 64 |
| Binary | 1001 | 10000001 | 11111111 | 1100000 | 110001 | 0 | 0 | 11010011 | 1100100 | 110100 |
Color Harmonies of #0981FF
Complementary color
Monochromatic Colors of #0981FF
Black with #0981FF
Text Example
Text Example
White with #0981FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0981FF; }
p { color: rgb(9,129,255); }
H1.HeaderClassName
{
color: #0981FF;
}
.AnyTagClassName
{
color: #0981FF;
}
</style>
background-color css
<style>
a { background-color: #0981FF; }
a { background-color: rgb(9,129,255); }
div.DivClassName
{
background-color: #0981FF;
}
.BgClassName
{
background-color: #0981FF;
}
</style>
border-color css
<style>
span { border-color: #0981FF; }
span { border-color: rgb(9,129,255); }
td.TdClassName
{
border-color: #0981FF;
}
.TagClassName
{
border-color: #0981FF;
}
</style>