Shades of Dodger Blue #087BFB
Tints of Dodger Blue #087BFB
RGB
CMYK
RGB Variations
Color information
#087BFB (or 0x087BFB) is known color: Dodger Blue. HEX triplet: 08, 7B and FB. RGB value is (8,123,251). Sum of RGB (Red+Green+Blue) = 8+123+251=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #087BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BFB is #F78404. Grayscale: #666666. Windows color (decimal): -16221189 or 16481032. OLE color: 16481032.
HSL color Cylindrical-coordinate representation of color #087BFB: hue angle of 211.6º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087BFB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 123 | 251 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.02 |
| HSL | 211.6º | 0.97% | 0.51% | - |
| HSV(B) | 211.6º | 0.97% | 0.98% | - |
| XYZ | 24.6 | 21.18 | 94.06 | - |
| YUV | 103.21 | 211.4 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 251 | 0.97 | 0.51 | 0 | 0.02 | 211.6 | 0.97 | 0.51 |
| Hex | 8 | 7B | FB | 61 | 33 | 0 | 2 | D4 | 61 | 33 |
| Octal | 10 | 173 | 373 | 141 | 63 | 0 | 2 | 324 | 141 | 63 |
| Binary | 1000 | 1111011 | 11111011 | 1100001 | 110011 | 0 | 10 | 11010100 | 1100001 | 110011 |
Color Harmonies of #087BFB
Complementary color
Monochromatic Colors of #087BFB
Black with #087BFB
Text Example
Text Example
White with #087BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BFB; }
p { color: rgb(8,123,251); }
H1.HeaderClassName
{
color: #087BFB;
}
.AnyTagClassName
{
color: #087BFB;
}
</style>
background-color css
<style>
a { background-color: #087BFB; }
a { background-color: rgb(8,123,251); }
div.DivClassName
{
background-color: #087BFB;
}
.BgClassName
{
background-color: #087BFB;
}
</style>
border-color css
<style>
span { border-color: #087BFB; }
span { border-color: rgb(8,123,251); }
td.TdClassName
{
border-color: #087BFB;
}
.TagClassName
{
border-color: #087BFB;
}
</style>