Shades of Dodger Blue #0993FD
Tints of Dodger Blue #0993FD
RGB
CMYK
RGB Variations
Color information
#0993FD (or 0x0993FD) is known color: Dodger Blue. HEX triplet: 09, 93 and FD. RGB value is (9,147,253). Sum of RGB (Red+Green+Blue) = 9+147+253=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #0993FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0993FD is #F66C02. Grayscale: #757575. Windows color (decimal): -16149507 or 16618249. OLE color: 16618249.
HSL color Cylindrical-coordinate representation of color #0993FD: hue angle of 206.07º 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 #0993FD is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 147 | 253 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.01 |
| HSL | 206.07º | 0.98% | 0.51% | - |
| HSV(B) | 206.07º | 0.96% | 0.99% | - |
| XYZ | 28.28 | 28.02 | 96.85 | - |
| YUV | 117.82 | 204.28 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 253 | 0.96 | 0.42 | 0 | 0.01 | 206.07 | 0.98 | 0.51 |
| Hex | 9 | 93 | FD | 60 | 2A | 0 | 1 | CE | 62 | 33 |
| Octal | 11 | 223 | 375 | 140 | 52 | 0 | 1 | 316 | 142 | 63 |
| Binary | 1001 | 10010011 | 11111101 | 1100000 | 101010 | 0 | 1 | 11001110 | 1100010 | 110011 |
Color Harmonies of #0993FD
Complementary color
Monochromatic Colors of #0993FD
Black with #0993FD
Text Example
Text Example
White with #0993FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993FD; }
p { color: rgb(9,147,253); }
H1.HeaderClassName
{
color: #0993FD;
}
.AnyTagClassName
{
color: #0993FD;
}
</style>
background-color css
<style>
a { background-color: #0993FD; }
a { background-color: rgb(9,147,253); }
div.DivClassName
{
background-color: #0993FD;
}
.BgClassName
{
background-color: #0993FD;
}
</style>
border-color css
<style>
span { border-color: #0993FD; }
span { border-color: rgb(9,147,253); }
td.TdClassName
{
border-color: #0993FD;
}
.TagClassName
{
border-color: #0993FD;
}
</style>