Shades of Dodger Blue #0FA7FF
Tints of Dodger Blue #0FA7FF
RGB
CMYK
RGB Variations
Color information
#0FA7FF (or 0x0FA7FF) is known color: Dodger Blue. HEX triplet: 0F, A7 and FF. RGB value is (15,167,255). Sum of RGB (Red+Green+Blue) = 15+167+255=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FA7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA7FF is #F05800. Grayscale: #838383. Windows color (decimal): -15751169 or 16754447. OLE color: 16754447.
HSL color Cylindrical-coordinate representation of color #0FA7FF: hue angle of 202º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA7FF is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 167 | 255 | - |
| CMYK | 0.94 | 0.35 | 0 | 0 |
| HSL | 202º | 1% | 0.53% | - |
| HSV(B) | 202º | 0.94% | 1% | - |
| XYZ | 32.07 | 34.96 | 99.67 | - |
| YUV | 131.58 | 197.64 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 255 | 0.94 | 0.35 | 0 | 0 | 202 | 1 | 0.53 |
| Hex | F | A7 | FF | 5E | 23 | 0 | 0 | CA | 64 | 35 |
| Octal | 17 | 247 | 377 | 136 | 43 | 0 | 0 | 312 | 144 | 65 |
| Binary | 1111 | 10100111 | 11111111 | 1011110 | 100011 | 0 | 0 | 11001010 | 1100100 | 110101 |
Color Harmonies of #0FA7FF
Complementary color
Monochromatic Colors of #0FA7FF
Black with #0FA7FF
Text Example
Text Example
White with #0FA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA7FF; }
p { color: rgb(15,167,255); }
H1.HeaderClassName
{
color: #0FA7FF;
}
.AnyTagClassName
{
color: #0FA7FF;
}
</style>
background-color css
<style>
a { background-color: #0FA7FF; }
a { background-color: rgb(15,167,255); }
div.DivClassName
{
background-color: #0FA7FF;
}
.BgClassName
{
background-color: #0FA7FF;
}
</style>
border-color css
<style>
span { border-color: #0FA7FF; }
span { border-color: rgb(15,167,255); }
td.TdClassName
{
border-color: #0FA7FF;
}
.TagClassName
{
border-color: #0FA7FF;
}
</style>