Shades of Dodger Blue #0393FA
Tints of Dodger Blue #0393FA
RGB
CMYK
RGB Variations
Color information
#0393FA (or 0x0393FA) is known color: Dodger Blue. HEX triplet: 03, 93 and FA. RGB value is (3,147,250). Sum of RGB (Red+Green+Blue) = 3+147+250=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #0393FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0393FA is #FC6C05. Grayscale: #737373. Windows color (decimal): -16542726 or 16421635. OLE color: 16421635.
HSL color Cylindrical-coordinate representation of color #0393FA: hue angle of 205.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0393FA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 147 | 250 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.02 |
| HSL | 205.02º | 0.98% | 0.5% | - |
| HSV(B) | 205.02º | 0.99% | 0.98% | - |
| XYZ | 27.73 | 27.79 | 94.34 | - |
| YUV | 115.69 | 203.79 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 250 | 0.99 | 0.41 | 0 | 0.02 | 205.02 | 0.98 | 0.5 |
| Hex | 3 | 93 | FA | 63 | 29 | 0 | 2 | CD | 62 | 32 |
| Octal | 3 | 223 | 372 | 143 | 51 | 0 | 2 | 315 | 142 | 62 |
| Binary | 11 | 10010011 | 11111010 | 1100011 | 101001 | 0 | 10 | 11001101 | 1100010 | 110010 |
Color Harmonies of #0393FA
Complementary color
Monochromatic Colors of #0393FA
Black with #0393FA
Text Example
Text Example
White with #0393FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0393FA; }
p { color: rgb(3,147,250); }
H1.HeaderClassName
{
color: #0393FA;
}
.AnyTagClassName
{
color: #0393FA;
}
</style>
background-color css
<style>
a { background-color: #0393FA; }
a { background-color: rgb(3,147,250); }
div.DivClassName
{
background-color: #0393FA;
}
.BgClassName
{
background-color: #0393FA;
}
</style>
border-color css
<style>
span { border-color: #0393FA; }
span { border-color: rgb(3,147,250); }
td.TdClassName
{
border-color: #0393FA;
}
.TagClassName
{
border-color: #0393FA;
}
</style>