Shades of Dodger Blue #0990F3
Tints of Dodger Blue #0990F3
RGB
CMYK
RGB Variations
Color information
#0990F3 (or 0x0990F3) is known color: Dodger Blue. HEX triplet: 09, 90 and F3. RGB value is (9,144,243). Sum of RGB (Red+Green+Blue) = 9+144+243=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 243 (95.31% from 255 or 61.36% from 396); Max value from RGB is 243 - color contains mainly: blue. Hex color #0990F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0990F3 is #F66F0C. Grayscale: #727272. Windows color (decimal): -16150285 or 15962121. OLE color: 15962121.
HSL color Cylindrical-coordinate representation of color #0990F3: hue angle of 205.38º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990F3 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 144 | 243 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.05 |
| HSL | 205.38º | 0.93% | 0.49% | - |
| HSV(B) | 205.38º | 0.96% | 0.95% | - |
| XYZ | 26.26 | 26.48 | 88.52 | - |
| YUV | 114.92 | 200.27 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 243 | 0.96 | 0.41 | 0 | 0.05 | 205.38 | 0.93 | 0.49 |
| Hex | 9 | 90 | F3 | 60 | 29 | 0 | 5 | CD | 5D | 31 |
| Octal | 11 | 220 | 363 | 140 | 51 | 0 | 5 | 315 | 135 | 61 |
| Binary | 1001 | 10010000 | 11110011 | 1100000 | 101001 | 0 | 101 | 11001101 | 1011101 | 110001 |
Color Harmonies of #0990F3
Complementary color
Monochromatic Colors of #0990F3
Black with #0990F3
Text Example
Text Example
White with #0990F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990F3; }
p { color: rgb(9,144,243); }
H1.HeaderClassName
{
color: #0990F3;
}
.AnyTagClassName
{
color: #0990F3;
}
</style>
background-color css
<style>
a { background-color: #0990F3; }
a { background-color: rgb(9,144,243); }
div.DivClassName
{
background-color: #0990F3;
}
.BgClassName
{
background-color: #0990F3;
}
</style>
border-color css
<style>
span { border-color: #0990F3; }
span { border-color: rgb(9,144,243); }
td.TdClassName
{
border-color: #0990F3;
}
.TagClassName
{
border-color: #0990F3;
}
</style>