Shades of Dodger Blue #0993FC
Tints of Dodger Blue #0993FC
RGB
CMYK
RGB Variations
Color information
#0993FC (or 0x0993FC) is known color: Dodger Blue. HEX triplet: 09, 93 and FC. RGB value is (9,147,252). Sum of RGB (Red+Green+Blue) = 9+147+252=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #0993FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0993FC is #F66C03. Grayscale: #757575. Windows color (decimal): -16149508 or 16552713. OLE color: 16552713.
HSL color Cylindrical-coordinate representation of color #0993FC: hue angle of 205.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993FC is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 147 | 252 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.01 |
| HSL | 205.93º | 0.98% | 0.51% | - |
| HSV(B) | 205.93º | 0.96% | 0.99% | - |
| XYZ | 28.12 | 27.95 | 96.01 | - |
| YUV | 117.71 | 203.78 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 252 | 0.96 | 0.42 | 0 | 0.01 | 205.93 | 0.98 | 0.51 |
| Hex | 9 | 93 | FC | 60 | 2A | 0 | 1 | CE | 62 | 33 |
| Octal | 11 | 223 | 374 | 140 | 52 | 0 | 1 | 316 | 142 | 63 |
| Binary | 1001 | 10010011 | 11111100 | 1100000 | 101010 | 0 | 1 | 11001110 | 1100010 | 110011 |
Color Harmonies of #0993FC
Complementary color
Monochromatic Colors of #0993FC
Black with #0993FC
Text Example
Text Example
White with #0993FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993FC; }
p { color: rgb(9,147,252); }
H1.HeaderClassName
{
color: #0993FC;
}
.AnyTagClassName
{
color: #0993FC;
}
</style>
background-color css
<style>
a { background-color: #0993FC; }
a { background-color: rgb(9,147,252); }
div.DivClassName
{
background-color: #0993FC;
}
.BgClassName
{
background-color: #0993FC;
}
</style>
border-color css
<style>
span { border-color: #0993FC; }
span { border-color: rgb(9,147,252); }
td.TdClassName
{
border-color: #0993FC;
}
.TagClassName
{
border-color: #0993FC;
}
</style>