Shades of Dodger Blue #0F74FD
Tints of Dodger Blue #0F74FD
RGB
CMYK
RGB Variations
Color information
#0F74FD (or 0x0F74FD) is known color: Dodger Blue. HEX triplet: 0F, 74 and FD. RGB value is (15,116,253). Sum of RGB (Red+Green+Blue) = 15+116+253=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F74FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F74FD is #F08B02. Grayscale: #646464. Windows color (decimal): -15764227 or 16610319. OLE color: 16610319.
HSL color Cylindrical-coordinate representation of color #0F74FD: hue angle of 214.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F74FD is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 116 | 253 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.01 |
| HSL | 214.54º | 0.98% | 0.53% | - |
| HSV(B) | 214.54º | 0.94% | 0.99% | - |
| XYZ | 24.17 | 19.68 | 95.45 | - |
| YUV | 101.42 | 213.54 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 253 | 0.94 | 0.54 | 0 | 0.01 | 214.54 | 0.98 | 0.53 |
| Hex | F | 74 | FD | 5E | 36 | 0 | 1 | D7 | 62 | 35 |
| Octal | 17 | 164 | 375 | 136 | 66 | 0 | 1 | 327 | 142 | 65 |
| Binary | 1111 | 1110100 | 11111101 | 1011110 | 110110 | 0 | 1 | 11010111 | 1100010 | 110101 |
Color Harmonies of #0F74FD
Complementary color
Monochromatic Colors of #0F74FD
Black with #0F74FD
Text Example
Text Example
White with #0F74FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F74FD; }
p { color: rgb(15,116,253); }
H1.HeaderClassName
{
color: #0F74FD;
}
.AnyTagClassName
{
color: #0F74FD;
}
</style>
background-color css
<style>
a { background-color: #0F74FD; }
a { background-color: rgb(15,116,253); }
div.DivClassName
{
background-color: #0F74FD;
}
.BgClassName
{
background-color: #0F74FD;
}
</style>
border-color css
<style>
span { border-color: #0F74FD; }
span { border-color: rgb(15,116,253); }
td.TdClassName
{
border-color: #0F74FD;
}
.TagClassName
{
border-color: #0F74FD;
}
</style>