Shades of Dodger Blue #0093FD
Tints of Dodger Blue #0093FD
RGB
CMYK
RGB Variations
Color information
#0093FD (or 0x0093FD) is known color: Dodger Blue. HEX triplet: 00, 93 and FD. RGB value is (0,147,253). Sum of RGB (Red+Green+Blue) = 0+147+253=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #0093FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0093FD is #FF6C02. Grayscale: #727272. Windows color (decimal): -16739331 or 16618240. OLE color: 16618240.
HSL color Cylindrical-coordinate representation of color #0093FD: hue angle of 205.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093FD is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 147 | 253 | - |
| CMYK | 1 | 0.42 | 0 | 0.01 |
| HSL | 205.14º | 1% | 0.5% | - |
| HSV(B) | 205.14º | 1% | 0.99% | - |
| XYZ | 28.16 | 27.96 | 96.84 | - |
| YUV | 115.13 | 205.8 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 253 | 1 | 0.42 | 0 | 0.01 | 205.14 | 1 | 0.5 |
| Hex | 0 | 93 | FD | 64 | 2A | 0 | 1 | CD | 64 | 32 |
| Octal | 0 | 223 | 375 | 144 | 52 | 0 | 1 | 315 | 144 | 62 |
| Binary | 0 | 10010011 | 11111101 | 1100100 | 101010 | 0 | 1 | 11001101 | 1100100 | 110010 |
Color Harmonies of #0093FD
Complementary color
Monochromatic Colors of #0093FD
Black with #0093FD
Text Example
Text Example
White with #0093FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093FD; }
p { color: rgb(0,147,253); }
H1.HeaderClassName
{
color: #0093FD;
}
.AnyTagClassName
{
color: #0093FD;
}
</style>
background-color css
<style>
a { background-color: #0093FD; }
a { background-color: rgb(0,147,253); }
div.DivClassName
{
background-color: #0093FD;
}
.BgClassName
{
background-color: #0093FD;
}
</style>
border-color css
<style>
span { border-color: #0093FD; }
span { border-color: rgb(0,147,253); }
td.TdClassName
{
border-color: #0093FD;
}
.TagClassName
{
border-color: #0093FD;
}
</style>