Shades of Dodger Blue #0993F3
Tints of Dodger Blue #0993F3
RGB
CMYK
RGB Variations
Color information
#0993F3 (or 0x0993F3) is known color: Dodger Blue. HEX triplet: 09, 93 and F3. RGB value is (9,147,243). Sum of RGB (Red+Green+Blue) = 9+147+243=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 243 (95.31% from 255 or 60.90% from 399); Max value from RGB is 243 - color contains mainly: blue. Hex color #0993F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0993F3 is #F66C0C. Grayscale: #747474. Windows color (decimal): -16149517 or 15962889. OLE color: 15962889.
HSL color Cylindrical-coordinate representation of color #0993F3: hue angle of 204.62º 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 #0993F3 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 147 | 243 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.05 |
| HSL | 204.62º | 0.93% | 0.49% | - |
| HSV(B) | 204.62º | 0.96% | 0.95% | - |
| XYZ | 26.72 | 27.4 | 88.67 | - |
| YUV | 116.68 | 199.28 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 243 | 0.96 | 0.40 | 0 | 0.05 | 204.62 | 0.93 | 0.49 |
| Hex | 9 | 93 | F3 | 60 | 28 | 0 | 5 | CD | 5D | 31 |
| Octal | 11 | 223 | 363 | 140 | 50 | 0 | 5 | 315 | 135 | 61 |
| Binary | 1001 | 10010011 | 11110011 | 1100000 | 101000 | 0 | 101 | 11001101 | 1011101 | 110001 |
Color Harmonies of #0993F3
Complementary color
Monochromatic Colors of #0993F3
Black with #0993F3
Text Example
Text Example
White with #0993F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993F3; }
p { color: rgb(9,147,243); }
H1.HeaderClassName
{
color: #0993F3;
}
.AnyTagClassName
{
color: #0993F3;
}
</style>
background-color css
<style>
a { background-color: #0993F3; }
a { background-color: rgb(9,147,243); }
div.DivClassName
{
background-color: #0993F3;
}
.BgClassName
{
background-color: #0993F3;
}
</style>
border-color css
<style>
span { border-color: #0993F3; }
span { border-color: rgb(9,147,243); }
td.TdClassName
{
border-color: #0993F3;
}
.TagClassName
{
border-color: #0993F3;
}
</style>