Shades of Dodger Blue #0F9AF3
Tints of Dodger Blue #0F9AF3
RGB
CMYK
RGB Variations
Color information
#0F9AF3 (or 0x0F9AF3) is known color: Dodger Blue. HEX triplet: 0F, 9A and F3. RGB value is (15,154,243). Sum of RGB (Red+Green+Blue) = 15+154+243=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 243 (95.31% from 255 or 58.98% from 412); Max value from RGB is 243 - color contains mainly: blue. Hex color #0F9AF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9AF3 is #F0650C. Grayscale: #7A7A7A. Windows color (decimal): -15754509 or 15964687. OLE color: 15964687.
HSL color Cylindrical-coordinate representation of color #0F9AF3: hue angle of 203.42º 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 #0F9AF3 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 154 | 243 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.05 |
| HSL | 203.42º | 0.9% | 0.51% | - |
| HSV(B) | 203.42º | 0.94% | 0.95% | - |
| XYZ | 27.93 | 29.68 | 89.05 | - |
| YUV | 122.59 | 195.95 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 154 | 243 | 0.94 | 0.37 | 0 | 0.05 | 203.42 | 0.9 | 0.51 |
| Hex | F | 9A | F3 | 5E | 25 | 0 | 5 | CB | 5A | 33 |
| Octal | 17 | 232 | 363 | 136 | 45 | 0 | 5 | 313 | 132 | 63 |
| Binary | 1111 | 10011010 | 11110011 | 1011110 | 100101 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #0F9AF3
Complementary color
Monochromatic Colors of #0F9AF3
Black with #0F9AF3
Text Example
Text Example
White with #0F9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9AF3; }
p { color: rgb(15,154,243); }
H1.HeaderClassName
{
color: #0F9AF3;
}
.AnyTagClassName
{
color: #0F9AF3;
}
</style>
background-color css
<style>
a { background-color: #0F9AF3; }
a { background-color: rgb(15,154,243); }
div.DivClassName
{
background-color: #0F9AF3;
}
.BgClassName
{
background-color: #0F9AF3;
}
</style>
border-color css
<style>
span { border-color: #0F9AF3; }
span { border-color: rgb(15,154,243); }
td.TdClassName
{
border-color: #0F9AF3;
}
.TagClassName
{
border-color: #0F9AF3;
}
</style>