Shades of Dodger Blue #0F84DF
Tints of Dodger Blue #0F84DF
RGB
CMYK
RGB Variations
Color information
#0F84DF (or 0x0F84DF) is known color: Dodger Blue. HEX triplet: 0F, 84 and DF. RGB value is (15,132,223). Sum of RGB (Red+Green+Blue) = 15+132+223=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F84DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F84DF is #F07B20. Grayscale: #6A6A6A. Windows color (decimal): -15760161 or 14648335. OLE color: 14648335.
HSL color Cylindrical-coordinate representation of color #0F84DF: hue angle of 206.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F84DF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 132 | 223 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.13 |
| HSL | 206.25º | 0.87% | 0.47% | - |
| HSV(B) | 206.25º | 0.93% | 0.87% | - |
| XYZ | 21.77 | 21.93 | 72.9 | - |
| YUV | 107.39 | 193.24 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 223 | 0.93 | 0.41 | 0 | 0.13 | 206.25 | 0.87 | 0.47 |
| Hex | F | 84 | DF | 5D | 29 | 0 | D | CE | 57 | 2F |
| Octal | 17 | 204 | 337 | 135 | 51 | 0 | 15 | 316 | 127 | 57 |
| Binary | 1111 | 10000100 | 11011111 | 1011101 | 101001 | 0 | 1101 | 11001110 | 1010111 | 101111 |
Color Harmonies of #0F84DF
Complementary color
Monochromatic Colors of #0F84DF
Black with #0F84DF
Text Example
Text Example
White with #0F84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F84DF; }
p { color: rgb(15,132,223); }
H1.HeaderClassName
{
color: #0F84DF;
}
.AnyTagClassName
{
color: #0F84DF;
}
</style>
background-color css
<style>
a { background-color: #0F84DF; }
a { background-color: rgb(15,132,223); }
div.DivClassName
{
background-color: #0F84DF;
}
.BgClassName
{
background-color: #0F84DF;
}
</style>
border-color css
<style>
span { border-color: #0F84DF; }
span { border-color: rgb(15,132,223); }
td.TdClassName
{
border-color: #0F84DF;
}
.TagClassName
{
border-color: #0F84DF;
}
</style>