Shades of Dodger Blue #0381EE
Tints of Dodger Blue #0381EE
RGB
CMYK
RGB Variations
Color information
#0381EE (or 0x0381EE) is known color: Dodger Blue. HEX triplet: 03, 81 and EE. RGB value is (3,129,238). Sum of RGB (Red+Green+Blue) = 3+129+238=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #0381EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381EE is #FC7E11. Grayscale: #676767. Windows color (decimal): -16547346 or 15630595. OLE color: 15630595.
HSL color Cylindrical-coordinate representation of color #0381EE: hue angle of 207.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0381EE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 129 | 238 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.07 |
| HSL | 207.83º | 0.98% | 0.47% | - |
| HSV(B) | 207.83º | 0.99% | 0.93% | - |
| XYZ | 23.32 | 21.89 | 83.89 | - |
| YUV | 103.75 | 203.76 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 238 | 0.99 | 0.46 | 0 | 0.07 | 207.83 | 0.98 | 0.47 |
| Hex | 3 | 81 | EE | 63 | 2E | 0 | 7 | D0 | 62 | 2F |
| Octal | 3 | 201 | 356 | 143 | 56 | 0 | 7 | 320 | 142 | 57 |
| Binary | 11 | 10000001 | 11101110 | 1100011 | 101110 | 0 | 111 | 11010000 | 1100010 | 101111 |
Color Harmonies of #0381EE
Complementary color
Monochromatic Colors of #0381EE
Black with #0381EE
Text Example
Text Example
White with #0381EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0381EE; }
p { color: rgb(3,129,238); }
H1.HeaderClassName
{
color: #0381EE;
}
.AnyTagClassName
{
color: #0381EE;
}
</style>
background-color css
<style>
a { background-color: #0381EE; }
a { background-color: rgb(3,129,238); }
div.DivClassName
{
background-color: #0381EE;
}
.BgClassName
{
background-color: #0381EE;
}
</style>
border-color css
<style>
span { border-color: #0381EE; }
span { border-color: rgb(3,129,238); }
td.TdClassName
{
border-color: #0381EE;
}
.TagClassName
{
border-color: #0381EE;
}
</style>