Shades of Dodger Blue #0390EF
Tints of Dodger Blue #0390EF
RGB
CMYK
RGB Variations
Color information
#0390EF (or 0x0390EF) is known color: Dodger Blue. HEX triplet: 03, 90 and EF. RGB value is (3,144,239). Sum of RGB (Red+Green+Blue) = 3+144+239=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #0390EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0390EF is #FC6F10. Grayscale: #707070. Windows color (decimal): -16543505 or 15699971. OLE color: 15699971.
HSL color Cylindrical-coordinate representation of color #0390EF: hue angle of 204.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0390EF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 144 | 239 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.06 |
| HSL | 204.15º | 0.98% | 0.47% | - |
| HSV(B) | 204.15º | 0.99% | 0.94% | - |
| XYZ | 25.59 | 26.2 | 85.37 | - |
| YUV | 112.67 | 199.29 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 239 | 0.99 | 0.40 | 0 | 0.06 | 204.15 | 0.98 | 0.47 |
| Hex | 3 | 90 | EF | 63 | 28 | 0 | 6 | CC | 62 | 2F |
| Octal | 3 | 220 | 357 | 143 | 50 | 0 | 6 | 314 | 142 | 57 |
| Binary | 11 | 10010000 | 11101111 | 1100011 | 101000 | 0 | 110 | 11001100 | 1100010 | 101111 |
Color Harmonies of #0390EF
Complementary color
Monochromatic Colors of #0390EF
Black with #0390EF
Text Example
Text Example
White with #0390EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390EF; }
p { color: rgb(3,144,239); }
H1.HeaderClassName
{
color: #0390EF;
}
.AnyTagClassName
{
color: #0390EF;
}
</style>
background-color css
<style>
a { background-color: #0390EF; }
a { background-color: rgb(3,144,239); }
div.DivClassName
{
background-color: #0390EF;
}
.BgClassName
{
background-color: #0390EF;
}
</style>
border-color css
<style>
span { border-color: #0390EF; }
span { border-color: rgb(3,144,239); }
td.TdClassName
{
border-color: #0390EF;
}
.TagClassName
{
border-color: #0390EF;
}
</style>