Shades of Dodger Blue #0874FB
Tints of Dodger Blue #0874FB
RGB
CMYK
RGB Variations
Color information
#0874FB (or 0x0874FB) is known color: Dodger Blue. HEX triplet: 08, 74 and FB. RGB value is (8,116,251). Sum of RGB (Red+Green+Blue) = 8+116+251=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #0874FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0874FB is #F78B04. Grayscale: #626262. Windows color (decimal): -16222981 or 16479240. OLE color: 16479240.
HSL color Cylindrical-coordinate representation of color #0874FB: hue angle of 213.33º 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 #0874FB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 116 | 251 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.02 |
| HSL | 213.33º | 0.97% | 0.51% | - |
| HSV(B) | 213.33º | 0.97% | 0.98% | - |
| XYZ | 23.76 | 19.51 | 93.78 | - |
| YUV | 99.1 | 213.72 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 251 | 0.97 | 0.54 | 0 | 0.02 | 213.33 | 0.97 | 0.51 |
| Hex | 8 | 74 | FB | 61 | 36 | 0 | 2 | D5 | 61 | 33 |
| Octal | 10 | 164 | 373 | 141 | 66 | 0 | 2 | 325 | 141 | 63 |
| Binary | 1000 | 1110100 | 11111011 | 1100001 | 110110 | 0 | 10 | 11010101 | 1100001 | 110011 |
Color Harmonies of #0874FB
Complementary color
Monochromatic Colors of #0874FB
Black with #0874FB
Text Example
Text Example
White with #0874FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0874FB; }
p { color: rgb(8,116,251); }
H1.HeaderClassName
{
color: #0874FB;
}
.AnyTagClassName
{
color: #0874FB;
}
</style>
background-color css
<style>
a { background-color: #0874FB; }
a { background-color: rgb(8,116,251); }
div.DivClassName
{
background-color: #0874FB;
}
.BgClassName
{
background-color: #0874FB;
}
</style>
border-color css
<style>
span { border-color: #0874FB; }
span { border-color: rgb(8,116,251); }
td.TdClassName
{
border-color: #0874FB;
}
.TagClassName
{
border-color: #0874FB;
}
</style>