Shades of Dodger Blue #0384EE
Tints of Dodger Blue #0384EE
RGB
CMYK
RGB Variations
Color information
#0384EE (or 0x0384EE) is known color: Dodger Blue. HEX triplet: 03, 84 and EE. RGB value is (3,132,238). Sum of RGB (Red+Green+Blue) = 3+132+238=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #0384EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0384EE is #FC7B11. Grayscale: #686868. Windows color (decimal): -16546578 or 15631363. OLE color: 15631363.
HSL color Cylindrical-coordinate representation of color #0384EE: hue angle of 207.06º 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 #0384EE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 132 | 238 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.07 |
| HSL | 207.06º | 0.98% | 0.47% | - |
| HSV(B) | 207.06º | 0.99% | 0.93% | - |
| XYZ | 23.72 | 22.69 | 84.02 | - |
| YUV | 105.51 | 202.76 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 238 | 0.99 | 0.45 | 0 | 0.07 | 207.06 | 0.98 | 0.47 |
| Hex | 3 | 84 | EE | 63 | 2D | 0 | 7 | CF | 62 | 2F |
| Octal | 3 | 204 | 356 | 143 | 55 | 0 | 7 | 317 | 142 | 57 |
| Binary | 11 | 10000100 | 11101110 | 1100011 | 101101 | 0 | 111 | 11001111 | 1100010 | 101111 |
Color Harmonies of #0384EE
Complementary color
Monochromatic Colors of #0384EE
Black with #0384EE
Text Example
Text Example
White with #0384EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0384EE; }
p { color: rgb(3,132,238); }
H1.HeaderClassName
{
color: #0384EE;
}
.AnyTagClassName
{
color: #0384EE;
}
</style>
background-color css
<style>
a { background-color: #0384EE; }
a { background-color: rgb(3,132,238); }
div.DivClassName
{
background-color: #0384EE;
}
.BgClassName
{
background-color: #0384EE;
}
</style>
border-color css
<style>
span { border-color: #0384EE; }
span { border-color: rgb(3,132,238); }
td.TdClassName
{
border-color: #0384EE;
}
.TagClassName
{
border-color: #0384EE;
}
</style>