Shades of Dodger Blue #0F90FB
Tints of Dodger Blue #0F90FB
RGB
CMYK
RGB Variations
Color information
#0F90FB (or 0x0F90FB) is known color: Dodger Blue. HEX triplet: 0F, 90 and FB. RGB value is (15,144,251). Sum of RGB (Red+Green+Blue) = 15+144+251=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F90FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F90FB is #F06F04. Grayscale: #757575. Windows color (decimal): -15757061 or 16486415. OLE color: 16486415.
HSL color Cylindrical-coordinate representation of color #0F90FB: hue angle of 207.2º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F90FB is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 144 | 251 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.02 |
| HSL | 207.2º | 0.97% | 0.52% | - |
| HSV(B) | 207.2º | 0.94% | 0.98% | - |
| XYZ | 27.58 | 27.01 | 95.03 | - |
| YUV | 117.63 | 203.26 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 251 | 0.94 | 0.43 | 0 | 0.02 | 207.2 | 0.97 | 0.52 |
| Hex | F | 90 | FB | 5E | 2B | 0 | 2 | CF | 61 | 34 |
| Octal | 17 | 220 | 373 | 136 | 53 | 0 | 2 | 317 | 141 | 64 |
| Binary | 1111 | 10010000 | 11111011 | 1011110 | 101011 | 0 | 10 | 11001111 | 1100001 | 110100 |
Color Harmonies of #0F90FB
Complementary color
Monochromatic Colors of #0F90FB
Black with #0F90FB
Text Example
Text Example
White with #0F90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F90FB; }
p { color: rgb(15,144,251); }
H1.HeaderClassName
{
color: #0F90FB;
}
.AnyTagClassName
{
color: #0F90FB;
}
</style>
background-color css
<style>
a { background-color: #0F90FB; }
a { background-color: rgb(15,144,251); }
div.DivClassName
{
background-color: #0F90FB;
}
.BgClassName
{
background-color: #0F90FB;
}
</style>
border-color css
<style>
span { border-color: #0F90FB; }
span { border-color: rgb(15,144,251); }
td.TdClassName
{
border-color: #0F90FB;
}
.TagClassName
{
border-color: #0F90FB;
}
</style>