Shades of Dodger Blue #0093FF
Tints of Dodger Blue #0093FF
RGB
CMYK
RGB Variations
Color information
#0093FF (or 0x0093FF) is known color: Dodger Blue. HEX triplet: 00, 93 and FF. RGB value is (0,147,255). Sum of RGB (Red+Green+Blue) = 0+147+255=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #0093FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0093FF is #FF6C00. Grayscale: #727272. Windows color (decimal): -16739329 or 16749312. OLE color: 16749312.
HSL color Cylindrical-coordinate representation of color #0093FF: hue angle of 205.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093FF is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 147 | 255 | - |
| CMYK | 1 | 0.42 | 0 | 0 |
| HSL | 205.41º | 1% | 0.5% | - |
| HSV(B) | 205.41º | 1% | 1% | - |
| XYZ | 28.48 | 28.09 | 98.53 | - |
| YUV | 115.36 | 206.8 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 255 | 1 | 0.42 | 0 | 0 | 205.41 | 1 | 0.5 |
| Hex | 0 | 93 | FF | 64 | 2A | 0 | 0 | CD | 64 | 32 |
| Octal | 0 | 223 | 377 | 144 | 52 | 0 | 0 | 315 | 144 | 62 |
| Binary | 0 | 10010011 | 11111111 | 1100100 | 101010 | 0 | 0 | 11001101 | 1100100 | 110010 |
Color Harmonies of #0093FF
Complementary color
Monochromatic Colors of #0093FF
Black with #0093FF
Text Example
Text Example
White with #0093FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093FF; }
p { color: rgb(0,147,255); }
H1.HeaderClassName
{
color: #0093FF;
}
.AnyTagClassName
{
color: #0093FF;
}
</style>
background-color css
<style>
a { background-color: #0093FF; }
a { background-color: rgb(0,147,255); }
div.DivClassName
{
background-color: #0093FF;
}
.BgClassName
{
background-color: #0093FF;
}
</style>
border-color css
<style>
span { border-color: #0093FF; }
span { border-color: rgb(0,147,255); }
td.TdClassName
{
border-color: #0093FF;
}
.TagClassName
{
border-color: #0093FF;
}
</style>