Shades of Dodger Blue #0390FF
Tints of Dodger Blue #0390FF
RGB
CMYK
RGB Variations
Color information
#0390FF (or 0x0390FF) is known color: Dodger Blue. HEX triplet: 03, 90 and FF. RGB value is (3,144,255). Sum of RGB (Red+Green+Blue) = 3+144+255=402 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #0390FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0390FF is #FC6F00. Grayscale: #717171. Windows color (decimal): -16543489 or 16748547. OLE color: 16748547.
HSL color Cylindrical-coordinate representation of color #0390FF: hue angle of 206.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0390FF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 144 | 255 | - |
| CMYK | 0.99 | 0.44 | 0 | 0 |
| HSL | 206.43º | 1% | 0.51% | - |
| HSV(B) | 206.43º | 0.99% | 1% | - |
| XYZ | 28.06 | 27.19 | 98.38 | - |
| YUV | 114.5 | 207.29 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 255 | 0.99 | 0.44 | 0 | 0 | 206.43 | 1 | 0.51 |
| Hex | 3 | 90 | FF | 63 | 2C | 0 | 0 | CE | 64 | 33 |
| Octal | 3 | 220 | 377 | 143 | 54 | 0 | 0 | 316 | 144 | 63 |
| Binary | 11 | 10010000 | 11111111 | 1100011 | 101100 | 0 | 0 | 11001110 | 1100100 | 110011 |
Color Harmonies of #0390FF
Complementary color
Monochromatic Colors of #0390FF
Black with #0390FF
Text Example
Text Example
White with #0390FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390FF; }
p { color: rgb(3,144,255); }
H1.HeaderClassName
{
color: #0390FF;
}
.AnyTagClassName
{
color: #0390FF;
}
</style>
background-color css
<style>
a { background-color: #0390FF; }
a { background-color: rgb(3,144,255); }
div.DivClassName
{
background-color: #0390FF;
}
.BgClassName
{
background-color: #0390FF;
}
</style>
border-color css
<style>
span { border-color: #0390FF; }
span { border-color: rgb(3,144,255); }
td.TdClassName
{
border-color: #0390FF;
}
.TagClassName
{
border-color: #0390FF;
}
</style>