Shades of Dodger Blue #0993EF
Tints of Dodger Blue #0993EF
RGB
CMYK
RGB Variations
Color information
#0993EF (or 0x0993EF) is known color: Dodger Blue. HEX triplet: 09, 93 and EF. RGB value is (9,147,239). Sum of RGB (Red+Green+Blue) = 9+147+239=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #0993EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0993EF is #F66C10. Grayscale: #737373. Windows color (decimal): -16149521 or 15700745. OLE color: 15700745.
HSL color Cylindrical-coordinate representation of color #0993EF: hue angle of 204º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993EF is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 147 | 239 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.06 |
| HSL | 204º | 0.93% | 0.49% | - |
| HSV(B) | 204º | 0.96% | 0.94% | - |
| XYZ | 26.13 | 27.16 | 85.53 | - |
| YUV | 116.23 | 197.28 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 239 | 0.96 | 0.38 | 0 | 0.06 | 204 | 0.93 | 0.49 |
| Hex | 9 | 93 | EF | 60 | 26 | 0 | 6 | CC | 5D | 31 |
| Octal | 11 | 223 | 357 | 140 | 46 | 0 | 6 | 314 | 135 | 61 |
| Binary | 1001 | 10010011 | 11101111 | 1100000 | 100110 | 0 | 110 | 11001100 | 1011101 | 110001 |
Color Harmonies of #0993EF
Complementary color
Monochromatic Colors of #0993EF
Black with #0993EF
Text Example
Text Example
White with #0993EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993EF; }
p { color: rgb(9,147,239); }
H1.HeaderClassName
{
color: #0993EF;
}
.AnyTagClassName
{
color: #0993EF;
}
</style>
background-color css
<style>
a { background-color: #0993EF; }
a { background-color: rgb(9,147,239); }
div.DivClassName
{
background-color: #0993EF;
}
.BgClassName
{
background-color: #0993EF;
}
</style>
border-color css
<style>
span { border-color: #0993EF; }
span { border-color: rgb(9,147,239); }
td.TdClassName
{
border-color: #0993EF;
}
.TagClassName
{
border-color: #0993EF;
}
</style>