Shades of Dodger Blue #0981FB
Tints of Dodger Blue #0981FB
RGB
CMYK
RGB Variations
Color information
#0981FB (or 0x0981FB) is known color: Dodger Blue. HEX triplet: 09, 81 and FB. RGB value is (9,129,251). Sum of RGB (Red+Green+Blue) = 9+129+251=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #0981FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0981FB is #F67E04. Grayscale: #6A6A6A. Windows color (decimal): -16154117 or 16482569. OLE color: 16482569.
HSL color Cylindrical-coordinate representation of color #0981FB: hue angle of 210.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0981FB is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 129 | 251 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.02 |
| HSL | 210.25º | 0.97% | 0.51% | - |
| HSV(B) | 210.25º | 0.96% | 0.98% | - |
| XYZ | 25.38 | 22.72 | 94.32 | - |
| YUV | 107.03 | 209.24 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 251 | 0.96 | 0.49 | 0 | 0.02 | 210.25 | 0.97 | 0.51 |
| Hex | 9 | 81 | FB | 60 | 31 | 0 | 2 | D2 | 61 | 33 |
| Octal | 11 | 201 | 373 | 140 | 61 | 0 | 2 | 322 | 141 | 63 |
| Binary | 1001 | 10000001 | 11111011 | 1100000 | 110001 | 0 | 10 | 11010010 | 1100001 | 110011 |
Color Harmonies of #0981FB
Complementary color
Monochromatic Colors of #0981FB
Black with #0981FB
Text Example
Text Example
White with #0981FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0981FB; }
p { color: rgb(9,129,251); }
H1.HeaderClassName
{
color: #0981FB;
}
.AnyTagClassName
{
color: #0981FB;
}
</style>
background-color css
<style>
a { background-color: #0981FB; }
a { background-color: rgb(9,129,251); }
div.DivClassName
{
background-color: #0981FB;
}
.BgClassName
{
background-color: #0981FB;
}
</style>
border-color css
<style>
span { border-color: #0981FB; }
span { border-color: rgb(9,129,251); }
td.TdClassName
{
border-color: #0981FB;
}
.TagClassName
{
border-color: #0981FB;
}
</style>