Shades of Dodger Blue #0981FD
Tints of Dodger Blue #0981FD
RGB
CMYK
RGB Variations
Color information
#0981FD (or 0x0981FD) is known color: Dodger Blue. HEX triplet: 09, 81 and FD. RGB value is (9,129,253). Sum of RGB (Red+Green+Blue) = 9+129+253=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #0981FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0981FD is #F67E02. Grayscale: #6A6A6A. Windows color (decimal): -16154115 or 16613641. OLE color: 16613641.
HSL color Cylindrical-coordinate representation of color #0981FD: hue angle of 210.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0981FD is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 129 | 253 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.01 |
| HSL | 210.49º | 0.98% | 0.51% | - |
| HSV(B) | 210.49º | 0.96% | 0.99% | - |
| XYZ | 25.69 | 22.85 | 95.98 | - |
| YUV | 107.26 | 210.24 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 253 | 0.96 | 0.49 | 0 | 0.01 | 210.49 | 0.98 | 0.51 |
| Hex | 9 | 81 | FD | 60 | 31 | 0 | 1 | D2 | 62 | 33 |
| Octal | 11 | 201 | 375 | 140 | 61 | 0 | 1 | 322 | 142 | 63 |
| Binary | 1001 | 10000001 | 11111101 | 1100000 | 110001 | 0 | 1 | 11010010 | 1100010 | 110011 |
Color Harmonies of #0981FD
Complementary color
Monochromatic Colors of #0981FD
Black with #0981FD
Text Example
Text Example
White with #0981FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0981FD; }
p { color: rgb(9,129,253); }
H1.HeaderClassName
{
color: #0981FD;
}
.AnyTagClassName
{
color: #0981FD;
}
</style>
background-color css
<style>
a { background-color: #0981FD; }
a { background-color: rgb(9,129,253); }
div.DivClassName
{
background-color: #0981FD;
}
.BgClassName
{
background-color: #0981FD;
}
</style>
border-color css
<style>
span { border-color: #0981FD; }
span { border-color: rgb(9,129,253); }
td.TdClassName
{
border-color: #0981FD;
}
.TagClassName
{
border-color: #0981FD;
}
</style>