Shades of Dodger Blue #0393FF
Tints of Dodger Blue #0393FF
RGB
CMYK
RGB Variations
Color information
#0393FF (or 0x0393FF) is known color: Dodger Blue. HEX triplet: 03, 93 and FF. RGB value is (3,147,255). Sum of RGB (Red+Green+Blue) = 3+147+255=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #0393FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0393FF is #FC6C00. Grayscale: #737373. Windows color (decimal): -16542721 or 16749315. OLE color: 16749315.
HSL color Cylindrical-coordinate representation of color #0393FF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0393FF is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 147 | 255 | - |
| CMYK | 0.99 | 0.42 | 0 | 0 |
| HSL | 205.71º | 1% | 0.51% | - |
| HSV(B) | 205.71º | 0.99% | 1% | - |
| XYZ | 28.52 | 28.11 | 98.53 | - |
| YUV | 116.26 | 206.29 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 255 | 0.99 | 0.42 | 0 | 0 | 205.71 | 1 | 0.51 |
| Hex | 3 | 93 | FF | 63 | 2A | 0 | 0 | CE | 64 | 33 |
| Octal | 3 | 223 | 377 | 143 | 52 | 0 | 0 | 316 | 144 | 63 |
| Binary | 11 | 10010011 | 11111111 | 1100011 | 101010 | 0 | 0 | 11001110 | 1100100 | 110011 |
Color Harmonies of #0393FF
Complementary color
Monochromatic Colors of #0393FF
Black with #0393FF
Text Example
Text Example
White with #0393FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0393FF; }
p { color: rgb(3,147,255); }
H1.HeaderClassName
{
color: #0393FF;
}
.AnyTagClassName
{
color: #0393FF;
}
</style>
background-color css
<style>
a { background-color: #0393FF; }
a { background-color: rgb(3,147,255); }
div.DivClassName
{
background-color: #0393FF;
}
.BgClassName
{
background-color: #0393FF;
}
</style>
border-color css
<style>
span { border-color: #0393FF; }
span { border-color: rgb(3,147,255); }
td.TdClassName
{
border-color: #0393FF;
}
.TagClassName
{
border-color: #0393FF;
}
</style>