Shades of Dodger Blue #0F88FA
Tints of Dodger Blue #0F88FA
RGB
CMYK
RGB Variations
Color information
#0F88FA (or 0x0F88FA) is known color: Dodger Blue. HEX triplet: 0F, 88 and FA. RGB value is (15,136,250). Sum of RGB (Red+Green+Blue) = 15+136+250=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F88FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F88FA is #F07705. Grayscale: #707070. Windows color (decimal): -15759110 or 16418831. OLE color: 16418831.
HSL color Cylindrical-coordinate representation of color #0F88FA: hue angle of 209.11º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F88FA is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 136 | 250 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.02 |
| HSL | 209.11º | 0.96% | 0.52% | - |
| HSV(B) | 209.11º | 0.94% | 0.98% | - |
| XYZ | 26.26 | 24.61 | 93.81 | - |
| YUV | 112.82 | 205.41 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 250 | 0.94 | 0.46 | 0 | 0.02 | 209.11 | 0.96 | 0.52 |
| Hex | F | 88 | FA | 5E | 2E | 0 | 2 | D1 | 60 | 34 |
| Octal | 17 | 210 | 372 | 136 | 56 | 0 | 2 | 321 | 140 | 64 |
| Binary | 1111 | 10001000 | 11111010 | 1011110 | 101110 | 0 | 10 | 11010001 | 1100000 | 110100 |
Color Harmonies of #0F88FA
Complementary color
Monochromatic Colors of #0F88FA
Black with #0F88FA
Text Example
Text Example
White with #0F88FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F88FA; }
p { color: rgb(15,136,250); }
H1.HeaderClassName
{
color: #0F88FA;
}
.AnyTagClassName
{
color: #0F88FA;
}
</style>
background-color css
<style>
a { background-color: #0F88FA; }
a { background-color: rgb(15,136,250); }
div.DivClassName
{
background-color: #0F88FA;
}
.BgClassName
{
background-color: #0F88FA;
}
</style>
border-color css
<style>
span { border-color: #0F88FA; }
span { border-color: rgb(15,136,250); }
td.TdClassName
{
border-color: #0F88FA;
}
.TagClassName
{
border-color: #0F88FA;
}
</style>