Shades of Dodger Blue #0987FA
Tints of Dodger Blue #0987FA
RGB
CMYK
RGB Variations
Color information
#0987FA (or 0x0987FA) is known color: Dodger Blue. HEX triplet: 09, 87 and FA. RGB value is (9,135,250). Sum of RGB (Red+Green+Blue) = 9+135+250=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #0987FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0987FA is #F67805. Grayscale: #6D6D6D. Windows color (decimal): -16152582 or 16418569. OLE color: 16418569.
HSL color Cylindrical-coordinate representation of color #0987FA: hue angle of 208.63º degrees, saturation: 0.96, 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 #0987FA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 135 | 250 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.02 |
| HSL | 208.63º | 0.96% | 0.51% | - |
| HSV(B) | 208.63º | 0.96% | 0.98% | - |
| XYZ | 26.03 | 24.29 | 93.76 | - |
| YUV | 110.44 | 206.76 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 250 | 0.96 | 0.46 | 0 | 0.02 | 208.63 | 0.96 | 0.51 |
| Hex | 9 | 87 | FA | 60 | 2E | 0 | 2 | D1 | 60 | 33 |
| Octal | 11 | 207 | 372 | 140 | 56 | 0 | 2 | 321 | 140 | 63 |
| Binary | 1001 | 10000111 | 11111010 | 1100000 | 101110 | 0 | 10 | 11010001 | 1100000 | 110011 |
Color Harmonies of #0987FA
Complementary color
Monochromatic Colors of #0987FA
Black with #0987FA
Text Example
Text Example
White with #0987FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0987FA; }
p { color: rgb(9,135,250); }
H1.HeaderClassName
{
color: #0987FA;
}
.AnyTagClassName
{
color: #0987FA;
}
</style>
background-color css
<style>
a { background-color: #0987FA; }
a { background-color: rgb(9,135,250); }
div.DivClassName
{
background-color: #0987FA;
}
.BgClassName
{
background-color: #0987FA;
}
</style>
border-color css
<style>
span { border-color: #0987FA; }
span { border-color: rgb(9,135,250); }
td.TdClassName
{
border-color: #0987FA;
}
.TagClassName
{
border-color: #0987FA;
}
</style>