Shades of Dodger Blue #0F90FD
Tints of Dodger Blue #0F90FD
RGB
CMYK
RGB Variations
Color information
#0F90FD (or 0x0F90FD) is known color: Dodger Blue. HEX triplet: 0F, 90 and FD. RGB value is (15,144,253). Sum of RGB (Red+Green+Blue) = 15+144+253=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F90FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F90FD is #F06F02. Grayscale: #757575. Windows color (decimal): -15757059 or 16617487. OLE color: 16617487.
HSL color Cylindrical-coordinate representation of color #0F90FD: hue angle of 207.48º 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 #0F90FD is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 144 | 253 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.01 |
| HSL | 207.48º | 0.98% | 0.53% | - |
| HSV(B) | 207.48º | 0.94% | 0.99% | - |
| XYZ | 27.9 | 27.14 | 96.7 | - |
| YUV | 117.86 | 204.26 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 253 | 0.94 | 0.43 | 0 | 0.01 | 207.48 | 0.98 | 0.53 |
| Hex | F | 90 | FD | 5E | 2B | 0 | 1 | CF | 62 | 35 |
| Octal | 17 | 220 | 375 | 136 | 53 | 0 | 1 | 317 | 142 | 65 |
| Binary | 1111 | 10010000 | 11111101 | 1011110 | 101011 | 0 | 1 | 11001111 | 1100010 | 110101 |
Color Harmonies of #0F90FD
Complementary color
Monochromatic Colors of #0F90FD
Black with #0F90FD
Text Example
Text Example
White with #0F90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F90FD; }
p { color: rgb(15,144,253); }
H1.HeaderClassName
{
color: #0F90FD;
}
.AnyTagClassName
{
color: #0F90FD;
}
</style>
background-color css
<style>
a { background-color: #0F90FD; }
a { background-color: rgb(15,144,253); }
div.DivClassName
{
background-color: #0F90FD;
}
.BgClassName
{
background-color: #0F90FD;
}
</style>
border-color css
<style>
span { border-color: #0F90FD; }
span { border-color: rgb(15,144,253); }
td.TdClassName
{
border-color: #0F90FD;
}
.TagClassName
{
border-color: #0F90FD;
}
</style>