Shades of Dodger Blue #0F88FE
Tints of Dodger Blue #0F88FE
RGB
CMYK
RGB Variations
Color information
#0F88FE (or 0x0F88FE) is known color: Dodger Blue. HEX triplet: 0F, 88 and FE. RGB value is (15,136,254). Sum of RGB (Red+Green+Blue) = 15+136+254=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F88FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F88FE is #F07701. Grayscale: #707070. Windows color (decimal): -15759106 or 16680975. OLE color: 16680975.
HSL color Cylindrical-coordinate representation of color #0F88FE: hue angle of 209.62º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F88FE is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 136 | 254 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.00 |
| HSL | 209.62º | 0.99% | 0.53% | - |
| HSV(B) | 209.62º | 0.94% | 1% | - |
| XYZ | 26.89 | 24.87 | 97.15 | - |
| YUV | 113.27 | 207.41 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 254 | 0.94 | 0.46 | 0 | 0.00 | 209.62 | 0.99 | 0.53 |
| Hex | F | 88 | FE | 5E | 2E | 0 | 0 | D2 | 63 | 35 |
| Octal | 17 | 210 | 376 | 136 | 56 | 0 | 0 | 322 | 143 | 65 |
| Binary | 1111 | 10001000 | 11111110 | 1011110 | 101110 | 0 | 0 | 11010010 | 1100011 | 110101 |
Color Harmonies of #0F88FE
Complementary color
Monochromatic Colors of #0F88FE
Black with #0F88FE
Text Example
Text Example
White with #0F88FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F88FE; }
p { color: rgb(15,136,254); }
H1.HeaderClassName
{
color: #0F88FE;
}
.AnyTagClassName
{
color: #0F88FE;
}
</style>
background-color css
<style>
a { background-color: #0F88FE; }
a { background-color: rgb(15,136,254); }
div.DivClassName
{
background-color: #0F88FE;
}
.BgClassName
{
background-color: #0F88FE;
}
</style>
border-color css
<style>
span { border-color: #0F88FE; }
span { border-color: rgb(15,136,254); }
td.TdClassName
{
border-color: #0F88FE;
}
.TagClassName
{
border-color: #0F88FE;
}
</style>