Shades of Dodger Blue #0187FF
Tints of Dodger Blue #0187FF
RGB
CMYK
RGB Variations
Color information
#0187FF (or 0x0187FF) is known color: Dodger Blue. HEX triplet: 01, 87 and FF. RGB value is (1,135,255). Sum of RGB (Red+Green+Blue) = 1+135+255=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #0187FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0187FF is #FE7800. Grayscale: #6B6B6B. Windows color (decimal): -16676865 or 16746241. OLE color: 16746241.
HSL color Cylindrical-coordinate representation of color #0187FF: hue angle of 208.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0187FF is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 135 | 255 | - |
| CMYK | 1.00 | 0.47 | 0 | 0 |
| HSL | 208.35º | 1% | 0.5% | - |
| HSV(B) | 208.35º | 1% | 1% | - |
| XYZ | 26.73 | 24.55 | 97.94 | - |
| YUV | 108.61 | 210.61 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 255 | 1.00 | 0.47 | 0 | 0 | 208.35 | 1 | 0.5 |
| Hex | 1 | 87 | FF | 64 | 2F | 0 | 0 | D0 | 64 | 32 |
| Octal | 1 | 207 | 377 | 144 | 57 | 0 | 0 | 320 | 144 | 62 |
| Binary | 1 | 10000111 | 11111111 | 1100100 | 101111 | 0 | 0 | 11010000 | 1100100 | 110010 |
Color Harmonies of #0187FF
Complementary color
Monochromatic Colors of #0187FF
Black with #0187FF
Text Example
Text Example
White with #0187FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0187FF; }
p { color: rgb(1,135,255); }
H1.HeaderClassName
{
color: #0187FF;
}
.AnyTagClassName
{
color: #0187FF;
}
</style>
background-color css
<style>
a { background-color: #0187FF; }
a { background-color: rgb(1,135,255); }
div.DivClassName
{
background-color: #0187FF;
}
.BgClassName
{
background-color: #0187FF;
}
</style>
border-color css
<style>
span { border-color: #0187FF; }
span { border-color: rgb(1,135,255); }
td.TdClassName
{
border-color: #0187FF;
}
.TagClassName
{
border-color: #0187FF;
}
</style>