Shades of Dodger Blue #0386FF
Tints of Dodger Blue #0386FF
RGB
CMYK
RGB Variations
Color information
#0386FF (or 0x0386FF) is known color: Dodger Blue. HEX triplet: 03, 86 and FF. RGB value is (3,134,255). Sum of RGB (Red+Green+Blue) = 3+134+255=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #0386FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0386FF is #FC7900. Grayscale: #6C6C6C. Windows color (decimal): -16546049 or 16745987. OLE color: 16745987.
HSL color Cylindrical-coordinate representation of color #0386FF: hue angle of 208.81º 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 #0386FF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 134 | 255 | - |
| CMYK | 0.99 | 0.47 | 0 | 0 |
| HSL | 208.81º | 1% | 0.51% | - |
| HSV(B) | 208.81º | 0.99% | 1% | - |
| XYZ | 26.61 | 24.29 | 97.89 | - |
| YUV | 108.63 | 210.6 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 255 | 0.99 | 0.47 | 0 | 0 | 208.81 | 1 | 0.51 |
| Hex | 3 | 86 | FF | 63 | 2F | 0 | 0 | D1 | 64 | 33 |
| Octal | 3 | 206 | 377 | 143 | 57 | 0 | 0 | 321 | 144 | 63 |
| Binary | 11 | 10000110 | 11111111 | 1100011 | 101111 | 0 | 0 | 11010001 | 1100100 | 110011 |
Color Harmonies of #0386FF
Complementary color
Monochromatic Colors of #0386FF
Black with #0386FF
Text Example
Text Example
White with #0386FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386FF; }
p { color: rgb(3,134,255); }
H1.HeaderClassName
{
color: #0386FF;
}
.AnyTagClassName
{
color: #0386FF;
}
</style>
background-color css
<style>
a { background-color: #0386FF; }
a { background-color: rgb(3,134,255); }
div.DivClassName
{
background-color: #0386FF;
}
.BgClassName
{
background-color: #0386FF;
}
</style>
border-color css
<style>
span { border-color: #0386FF; }
span { border-color: rgb(3,134,255); }
td.TdClassName
{
border-color: #0386FF;
}
.TagClassName
{
border-color: #0386FF;
}
</style>