Shades of Dodger Blue #0390EB
Tints of Dodger Blue #0390EB
RGB
CMYK
RGB Variations
Color information
#0390EB (or 0x0390EB) is known color: Dodger Blue. HEX triplet: 03, 90 and EB. RGB value is (3,144,235). Sum of RGB (Red+Green+Blue) = 3+144+235=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #0390EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0390EB is #FC6F14. Grayscale: #6F6F6F. Windows color (decimal): -16543509 or 15437827. OLE color: 15437827.
HSL color Cylindrical-coordinate representation of color #0390EB: hue angle of 203.53º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0390EB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 144 | 235 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.08 |
| HSL | 203.53º | 0.97% | 0.47% | - |
| HSV(B) | 203.53º | 0.99% | 0.92% | - |
| XYZ | 25.01 | 25.96 | 82.29 | - |
| YUV | 112.22 | 197.29 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 235 | 0.99 | 0.39 | 0 | 0.08 | 203.53 | 0.97 | 0.47 |
| Hex | 3 | 90 | EB | 63 | 27 | 0 | 8 | CC | 61 | 2F |
| Octal | 3 | 220 | 353 | 143 | 47 | 0 | 10 | 314 | 141 | 57 |
| Binary | 11 | 10010000 | 11101011 | 1100011 | 100111 | 0 | 1000 | 11001100 | 1100001 | 101111 |
Color Harmonies of #0390EB
Complementary color
Monochromatic Colors of #0390EB
Black with #0390EB
Text Example
Text Example
White with #0390EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390EB; }
p { color: rgb(3,144,235); }
H1.HeaderClassName
{
color: #0390EB;
}
.AnyTagClassName
{
color: #0390EB;
}
</style>
background-color css
<style>
a { background-color: #0390EB; }
a { background-color: rgb(3,144,235); }
div.DivClassName
{
background-color: #0390EB;
}
.BgClassName
{
background-color: #0390EB;
}
</style>
border-color css
<style>
span { border-color: #0390EB; }
span { border-color: rgb(3,144,235); }
td.TdClassName
{
border-color: #0390EB;
}
.TagClassName
{
border-color: #0390EB;
}
</style>