Shades of Dodger Blue #0F98EE
Tints of Dodger Blue #0F98EE
RGB
CMYK
RGB Variations
Color information
#0F98EE (or 0x0F98EE) is known color: Dodger Blue. HEX triplet: 0F, 98 and EE. RGB value is (15,152,238). Sum of RGB (Red+Green+Blue) = 15+152+238=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F98EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F98EE is #F06711. Grayscale: #787878. Windows color (decimal): -15755026 or 15636495. OLE color: 15636495.
HSL color Cylindrical-coordinate representation of color #0F98EE: hue angle of 203.14º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F98EE is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 152 | 238 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.07 |
| HSL | 203.14º | 0.88% | 0.5% | - |
| HSV(B) | 203.14º | 0.94% | 0.93% | - |
| XYZ | 26.86 | 28.73 | 85.02 | - |
| YUV | 120.84 | 194.11 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 238 | 0.94 | 0.36 | 0 | 0.07 | 203.14 | 0.88 | 0.5 |
| Hex | F | 98 | EE | 5E | 24 | 0 | 7 | CB | 58 | 32 |
| Octal | 17 | 230 | 356 | 136 | 44 | 0 | 7 | 313 | 130 | 62 |
| Binary | 1111 | 10011000 | 11101110 | 1011110 | 100100 | 0 | 111 | 11001011 | 1011000 | 110010 |
Color Harmonies of #0F98EE
Complementary color
Monochromatic Colors of #0F98EE
Black with #0F98EE
Text Example
Text Example
White with #0F98EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F98EE; }
p { color: rgb(15,152,238); }
H1.HeaderClassName
{
color: #0F98EE;
}
.AnyTagClassName
{
color: #0F98EE;
}
</style>
background-color css
<style>
a { background-color: #0F98EE; }
a { background-color: rgb(15,152,238); }
div.DivClassName
{
background-color: #0F98EE;
}
.BgClassName
{
background-color: #0F98EE;
}
</style>
border-color css
<style>
span { border-color: #0F98EE; }
span { border-color: rgb(15,152,238); }
td.TdClassName
{
border-color: #0F98EE;
}
.TagClassName
{
border-color: #0F98EE;
}
</style>