Shades of Dodger Blue #0D87FA
Tints of Dodger Blue #0D87FA
RGB
CMYK
RGB Variations
Color information
#0D87FA (or 0x0D87FA) is known color: Dodger Blue. HEX triplet: 0D, 87 and FA. RGB value is (13,135,250). Sum of RGB (Red+Green+Blue) = 13+135+250=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D87FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D87FA is #F27805. Grayscale: #6F6F6F. Windows color (decimal): -15890438 or 16418573. OLE color: 16418573.
HSL color Cylindrical-coordinate representation of color #0D87FA: hue angle of 209.11º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D87FA is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 135 | 250 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.02 |
| HSL | 209.11º | 0.96% | 0.52% | - |
| HSV(B) | 209.11º | 0.95% | 0.98% | - |
| XYZ | 26.09 | 24.32 | 93.76 | - |
| YUV | 111.63 | 206.08 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 250 | 0.95 | 0.46 | 0 | 0.02 | 209.11 | 0.96 | 0.52 |
| Hex | D | 87 | FA | 5F | 2E | 0 | 2 | D1 | 60 | 34 |
| Octal | 15 | 207 | 372 | 137 | 56 | 0 | 2 | 321 | 140 | 64 |
| Binary | 1101 | 10000111 | 11111010 | 1011111 | 101110 | 0 | 10 | 11010001 | 1100000 | 110100 |
Color Harmonies of #0D87FA
Complementary color
Monochromatic Colors of #0D87FA
Black with #0D87FA
Text Example
Text Example
White with #0D87FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D87FA; }
p { color: rgb(13,135,250); }
H1.HeaderClassName
{
color: #0D87FA;
}
.AnyTagClassName
{
color: #0D87FA;
}
</style>
background-color css
<style>
a { background-color: #0D87FA; }
a { background-color: rgb(13,135,250); }
div.DivClassName
{
background-color: #0D87FA;
}
.BgClassName
{
background-color: #0D87FA;
}
</style>
border-color css
<style>
span { border-color: #0D87FA; }
span { border-color: rgb(13,135,250); }
td.TdClassName
{
border-color: #0D87FA;
}
.TagClassName
{
border-color: #0D87FA;
}
</style>