Shades of Dodger Blue #0F83E3
Tints of Dodger Blue #0F83E3
RGB
CMYK
RGB Variations
Color information
#0F83E3 (or 0x0F83E3) is known color: Dodger Blue. HEX triplet: 0F, 83 and E3. RGB value is (15,131,227). Sum of RGB (Red+Green+Blue) = 15+131+227=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 227 (89.06% from 255 or 60.86% from 373); Max value from RGB is 227 - color contains mainly: blue. Hex color #0F83E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F83E3 is #F07C1C. Grayscale: #6A6A6A. Windows color (decimal): -15760413 or 14910223. OLE color: 14910223.
HSL color Cylindrical-coordinate representation of color #0F83E3: hue angle of 207.17º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F83E3 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 131 | 227 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.11 |
| HSL | 207.17º | 0.88% | 0.47% | - |
| HSV(B) | 207.17º | 0.93% | 0.89% | - |
| XYZ | 22.18 | 21.88 | 75.73 | - |
| YUV | 107.26 | 195.57 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 227 | 0.93 | 0.42 | 0 | 0.11 | 207.17 | 0.88 | 0.47 |
| Hex | F | 83 | E3 | 5D | 2A | 0 | B | CF | 58 | 2F |
| Octal | 17 | 203 | 343 | 135 | 52 | 0 | 13 | 317 | 130 | 57 |
| Binary | 1111 | 10000011 | 11100011 | 1011101 | 101010 | 0 | 1011 | 11001111 | 1011000 | 101111 |
Color Harmonies of #0F83E3
Complementary color
Monochromatic Colors of #0F83E3
Black with #0F83E3
Text Example
Text Example
White with #0F83E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F83E3; }
p { color: rgb(15,131,227); }
H1.HeaderClassName
{
color: #0F83E3;
}
.AnyTagClassName
{
color: #0F83E3;
}
</style>
background-color css
<style>
a { background-color: #0F83E3; }
a { background-color: rgb(15,131,227); }
div.DivClassName
{
background-color: #0F83E3;
}
.BgClassName
{
background-color: #0F83E3;
}
</style>
border-color css
<style>
span { border-color: #0F83E3; }
span { border-color: rgb(15,131,227); }
td.TdClassName
{
border-color: #0F83E3;
}
.TagClassName
{
border-color: #0F83E3;
}
</style>