Shades of Dodger Blue #0987FD
Tints of Dodger Blue #0987FD
RGB
CMYK
RGB Variations
Color information
#0987FD (or 0x0987FD) is known color: Dodger Blue. HEX triplet: 09, 87 and FD. RGB value is (9,135,253). Sum of RGB (Red+Green+Blue) = 9+135+253=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #0987FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0987FD is #F67802. Grayscale: #6E6E6E. Windows color (decimal): -16152579 or 16615177. OLE color: 16615177.
HSL color Cylindrical-coordinate representation of color #0987FD: hue angle of 209.02º 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 #0987FD is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 135 | 253 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.01 |
| HSL | 209.02º | 0.98% | 0.51% | - |
| HSV(B) | 209.02º | 0.96% | 0.99% | - |
| XYZ | 26.51 | 24.48 | 96.26 | - |
| YUV | 110.78 | 208.26 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 253 | 0.96 | 0.47 | 0 | 0.01 | 209.02 | 0.98 | 0.51 |
| Hex | 9 | 87 | FD | 60 | 2F | 0 | 1 | D1 | 62 | 33 |
| Octal | 11 | 207 | 375 | 140 | 57 | 0 | 1 | 321 | 142 | 63 |
| Binary | 1001 | 10000111 | 11111101 | 1100000 | 101111 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0987FD
Complementary color
Monochromatic Colors of #0987FD
Black with #0987FD
Text Example
Text Example
White with #0987FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0987FD; }
p { color: rgb(9,135,253); }
H1.HeaderClassName
{
color: #0987FD;
}
.AnyTagClassName
{
color: #0987FD;
}
</style>
background-color css
<style>
a { background-color: #0987FD; }
a { background-color: rgb(9,135,253); }
div.DivClassName
{
background-color: #0987FD;
}
.BgClassName
{
background-color: #0987FD;
}
</style>
border-color css
<style>
span { border-color: #0987FD; }
span { border-color: rgb(9,135,253); }
td.TdClassName
{
border-color: #0987FD;
}
.TagClassName
{
border-color: #0987FD;
}
</style>