Shades of Dodger Blue #1390F3
Tints of Dodger Blue #1390F3
RGB
CMYK
RGB Variations
Color information
#1390F3 (or 0x1390F3) is known color: Dodger Blue. HEX triplet: 13, 90 and F3. RGB value is (19,144,243). Sum of RGB (Red+Green+Blue) = 19+144+243=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #1390F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1390F3 is #EC6F0C. Grayscale: #757575. Windows color (decimal): -15494925 or 15962131. OLE color: 15962131.
HSL color Cylindrical-coordinate representation of color #1390F3: hue angle of 206.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1390F3 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 144 | 243 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.05 |
| HSL | 206.52º | 0.9% | 0.51% | - |
| HSV(B) | 206.52º | 0.92% | 0.95% | - |
| XYZ | 26.42 | 26.56 | 88.53 | - |
| YUV | 117.91 | 198.59 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 243 | 0.92 | 0.41 | 0 | 0.05 | 206.52 | 0.9 | 0.51 |
| Hex | 13 | 90 | F3 | 5C | 29 | 0 | 5 | CF | 5A | 33 |
| Octal | 23 | 220 | 363 | 134 | 51 | 0 | 5 | 317 | 132 | 63 |
| Binary | 10011 | 10010000 | 11110011 | 1011100 | 101001 | 0 | 101 | 11001111 | 1011010 | 110011 |
Color Harmonies of #1390F3
Complementary color
Monochromatic Colors of #1390F3
Black with #1390F3
Text Example
Text Example
White with #1390F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390F3; }
p { color: rgb(19,144,243); }
H1.HeaderClassName
{
color: #1390F3;
}
.AnyTagClassName
{
color: #1390F3;
}
</style>
background-color css
<style>
a { background-color: #1390F3; }
a { background-color: rgb(19,144,243); }
div.DivClassName
{
background-color: #1390F3;
}
.BgClassName
{
background-color: #1390F3;
}
</style>
border-color css
<style>
span { border-color: #1390F3; }
span { border-color: rgb(19,144,243); }
td.TdClassName
{
border-color: #1390F3;
}
.TagClassName
{
border-color: #1390F3;
}
</style>