Shades of Dodger Blue #0F7DEB
Tints of Dodger Blue #0F7DEB
RGB
CMYK
RGB Variations
Color information
#0F7DEB (or 0x0F7DEB) is known color: Dodger Blue. HEX triplet: 0F, 7D and EB. RGB value is (15,125,235). Sum of RGB (Red+Green+Blue) = 15+125+235=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F7DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7DEB is #F08214. Grayscale: #686868. Windows color (decimal): -15761941 or 15432975. OLE color: 15432975.
HSL color Cylindrical-coordinate representation of color #0F7DEB: hue angle of 210º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7DEB is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 125 | 235 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.08 |
| HSL | 210º | 0.88% | 0.49% | - |
| HSV(B) | 210º | 0.94% | 0.92% | - |
| XYZ | 22.53 | 20.77 | 81.42 | - |
| YUV | 104.65 | 201.56 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 125 | 235 | 0.94 | 0.47 | 0 | 0.08 | 210 | 0.88 | 0.49 |
| Hex | F | 7D | EB | 5E | 2F | 0 | 8 | D2 | 58 | 31 |
| Octal | 17 | 175 | 353 | 136 | 57 | 0 | 10 | 322 | 130 | 61 |
| Binary | 1111 | 1111101 | 11101011 | 1011110 | 101111 | 0 | 1000 | 11010010 | 1011000 | 110001 |
Color Harmonies of #0F7DEB
Complementary color
Monochromatic Colors of #0F7DEB
Black with #0F7DEB
Text Example
Text Example
White with #0F7DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7DEB; }
p { color: rgb(15,125,235); }
H1.HeaderClassName
{
color: #0F7DEB;
}
.AnyTagClassName
{
color: #0F7DEB;
}
</style>
background-color css
<style>
a { background-color: #0F7DEB; }
a { background-color: rgb(15,125,235); }
div.DivClassName
{
background-color: #0F7DEB;
}
.BgClassName
{
background-color: #0F7DEB;
}
</style>
border-color css
<style>
span { border-color: #0F7DEB; }
span { border-color: rgb(15,125,235); }
td.TdClassName
{
border-color: #0F7DEB;
}
.TagClassName
{
border-color: #0F7DEB;
}
</style>