Shades of Dodger Blue #0D87FE
Tints of Dodger Blue #0D87FE
RGB
CMYK
RGB Variations
Color information
#0D87FE (or 0x0D87FE) is known color: Dodger Blue. HEX triplet: 0D, 87 and FE. RGB value is (13,135,254). Sum of RGB (Red+Green+Blue) = 13+135+254=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D87FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D87FE is #F27801. Grayscale: #6F6F6F. Windows color (decimal): -15890434 or 16680717. OLE color: 16680717.
HSL color Cylindrical-coordinate representation of color #0D87FE: hue angle of 209.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D87FE is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 135 | 254 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.00 |
| HSL | 209.63º | 0.99% | 0.52% | - |
| HSV(B) | 209.63º | 0.95% | 1% | - |
| XYZ | 26.72 | 24.57 | 97.1 | - |
| YUV | 112.09 | 208.08 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 254 | 0.95 | 0.47 | 0 | 0.00 | 209.63 | 0.99 | 0.52 |
| Hex | D | 87 | FE | 5F | 2F | 0 | 0 | D2 | 63 | 34 |
| Octal | 15 | 207 | 376 | 137 | 57 | 0 | 0 | 322 | 143 | 64 |
| Binary | 1101 | 10000111 | 11111110 | 1011111 | 101111 | 0 | 0 | 11010010 | 1100011 | 110100 |
Color Harmonies of #0D87FE
Complementary color
Monochromatic Colors of #0D87FE
Black with #0D87FE
Text Example
Text Example
White with #0D87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D87FE; }
p { color: rgb(13,135,254); }
H1.HeaderClassName
{
color: #0D87FE;
}
.AnyTagClassName
{
color: #0D87FE;
}
</style>
background-color css
<style>
a { background-color: #0D87FE; }
a { background-color: rgb(13,135,254); }
div.DivClassName
{
background-color: #0D87FE;
}
.BgClassName
{
background-color: #0D87FE;
}
</style>
border-color css
<style>
span { border-color: #0D87FE; }
span { border-color: rgb(13,135,254); }
td.TdClassName
{
border-color: #0D87FE;
}
.TagClassName
{
border-color: #0D87FE;
}
</style>