Shades of Dodger Blue #0F9DF3
Tints of Dodger Blue #0F9DF3
RGB
CMYK
RGB Variations
Color information
#0F9DF3 (or 0x0F9DF3) is known color: Dodger Blue. HEX triplet: 0F, 9D and F3. RGB value is (15,157,243). Sum of RGB (Red+Green+Blue) = 15+157+243=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #0F9DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9DF3 is #F0620C. Grayscale: #7B7B7B. Windows color (decimal): -15753741 or 15965455. OLE color: 15965455.
HSL color Cylindrical-coordinate representation of color #0F9DF3: hue angle of 202.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9DF3 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 157 | 243 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.05 |
| HSL | 202.63º | 0.9% | 0.51% | - |
| HSV(B) | 202.63º | 0.94% | 0.95% | - |
| XYZ | 28.43 | 30.69 | 89.22 | - |
| YUV | 124.35 | 194.96 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 243 | 0.94 | 0.35 | 0 | 0.05 | 202.63 | 0.9 | 0.51 |
| Hex | F | 9D | F3 | 5E | 23 | 0 | 5 | CB | 5A | 33 |
| Octal | 17 | 235 | 363 | 136 | 43 | 0 | 5 | 313 | 132 | 63 |
| Binary | 1111 | 10011101 | 11110011 | 1011110 | 100011 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #0F9DF3
Complementary color
Monochromatic Colors of #0F9DF3
Black with #0F9DF3
Text Example
Text Example
White with #0F9DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9DF3; }
p { color: rgb(15,157,243); }
H1.HeaderClassName
{
color: #0F9DF3;
}
.AnyTagClassName
{
color: #0F9DF3;
}
</style>
background-color css
<style>
a { background-color: #0F9DF3; }
a { background-color: rgb(15,157,243); }
div.DivClassName
{
background-color: #0F9DF3;
}
.BgClassName
{
background-color: #0F9DF3;
}
</style>
border-color css
<style>
span { border-color: #0F9DF3; }
span { border-color: rgb(15,157,243); }
td.TdClassName
{
border-color: #0F9DF3;
}
.TagClassName
{
border-color: #0F9DF3;
}
</style>