Shades of Dodger Blue #0381FF
Tints of Dodger Blue #0381FF
RGB
CMYK
RGB Variations
Color information
#0381FF (or 0x0381FF) is known color: Dodger Blue. HEX triplet: 03, 81 and FF. RGB value is (3,129,255). Sum of RGB (Red+Green+Blue) = 3+129+255=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #0381FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381FF is #FC7E00. Grayscale: #696969. Windows color (decimal): -16547329 or 16744707. OLE color: 16744707.
HSL color Cylindrical-coordinate representation of color #0381FF: hue angle of 210º 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 #0381FF is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 129 | 255 | - |
| CMYK | 0.99 | 0.49 | 0 | 0 |
| HSL | 210º | 1% | 0.51% | - |
| HSV(B) | 210º | 0.99% | 1% | - |
| XYZ | 25.94 | 22.94 | 97.67 | - |
| YUV | 105.69 | 212.26 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 255 | 0.99 | 0.49 | 0 | 0 | 210 | 1 | 0.51 |
| Hex | 3 | 81 | FF | 63 | 31 | 0 | 0 | D2 | 64 | 33 |
| Octal | 3 | 201 | 377 | 143 | 61 | 0 | 0 | 322 | 144 | 63 |
| Binary | 11 | 10000001 | 11111111 | 1100011 | 110001 | 0 | 0 | 11010010 | 1100100 | 110011 |
Color Harmonies of #0381FF
Complementary color
Monochromatic Colors of #0381FF
Black with #0381FF
Text Example
Text Example
White with #0381FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0381FF; }
p { color: rgb(3,129,255); }
H1.HeaderClassName
{
color: #0381FF;
}
.AnyTagClassName
{
color: #0381FF;
}
</style>
background-color css
<style>
a { background-color: #0381FF; }
a { background-color: rgb(3,129,255); }
div.DivClassName
{
background-color: #0381FF;
}
.BgClassName
{
background-color: #0381FF;
}
</style>
border-color css
<style>
span { border-color: #0381FF; }
span { border-color: rgb(3,129,255); }
td.TdClassName
{
border-color: #0381FF;
}
.TagClassName
{
border-color: #0381FF;
}
</style>