Shades of Dodger Blue #0381FE
Tints of Dodger Blue #0381FE
RGB
CMYK
RGB Variations
Color information
#0381FE (or 0x0381FE) is known color: Dodger Blue. HEX triplet: 03, 81 and FE. RGB value is (3,129,254). Sum of RGB (Red+Green+Blue) = 3+129+254=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #0381FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381FE is #FC7E01. Grayscale: #686868. Windows color (decimal): -16547330 or 16679171. OLE color: 16679171.
HSL color Cylindrical-coordinate representation of color #0381FE: hue angle of 209.88º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0381FE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 129 | 254 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.00 |
| HSL | 209.88º | 0.99% | 0.5% | - |
| HSV(B) | 209.88º | 0.99% | 1% | - |
| XYZ | 25.78 | 22.88 | 96.82 | - |
| YUV | 105.58 | 211.76 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 254 | 0.99 | 0.49 | 0 | 0.00 | 209.88 | 0.99 | 0.5 |
| Hex | 3 | 81 | FE | 63 | 31 | 0 | 0 | D2 | 63 | 32 |
| Octal | 3 | 201 | 376 | 143 | 61 | 0 | 0 | 322 | 143 | 62 |
| Binary | 11 | 10000001 | 11111110 | 1100011 | 110001 | 0 | 0 | 11010010 | 1100011 | 110010 |
Color Harmonies of #0381FE
Complementary color
Monochromatic Colors of #0381FE
Black with #0381FE
Text Example
Text Example
White with #0381FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0381FE; }
p { color: rgb(3,129,254); }
H1.HeaderClassName
{
color: #0381FE;
}
.AnyTagClassName
{
color: #0381FE;
}
</style>
background-color css
<style>
a { background-color: #0381FE; }
a { background-color: rgb(3,129,254); }
div.DivClassName
{
background-color: #0381FE;
}
.BgClassName
{
background-color: #0381FE;
}
</style>
border-color css
<style>
span { border-color: #0381FE; }
span { border-color: rgb(3,129,254); }
td.TdClassName
{
border-color: #0381FE;
}
.TagClassName
{
border-color: #0381FE;
}
</style>