Shades of Dodger Blue #1373FC
Tints of Dodger Blue #1373FC
RGB
CMYK
RGB Variations
Color information
#1373FC (or 0x1373FC) is known color: Dodger Blue. HEX triplet: 13, 73 and FC. RGB value is (19,115,252). Sum of RGB (Red+Green+Blue) = 19+115+252=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #1373FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1373FC is #EC8C03. Grayscale: #656565. Windows color (decimal): -15502340 or 16544531. OLE color: 16544531.
HSL color Cylindrical-coordinate representation of color #1373FC: hue angle of 215.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1373FC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 115 | 252 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.01 |
| HSL | 215.28º | 0.97% | 0.53% | - |
| HSV(B) | 215.28º | 0.92% | 0.99% | - |
| XYZ | 23.97 | 19.43 | 94.58 | - |
| YUV | 101.91 | 212.7 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 252 | 0.92 | 0.54 | 0 | 0.01 | 215.28 | 0.97 | 0.53 |
| Hex | 13 | 73 | FC | 5C | 36 | 0 | 1 | D7 | 61 | 35 |
| Octal | 23 | 163 | 374 | 134 | 66 | 0 | 1 | 327 | 141 | 65 |
| Binary | 10011 | 1110011 | 11111100 | 1011100 | 110110 | 0 | 1 | 11010111 | 1100001 | 110101 |
Color Harmonies of #1373FC
Complementary color
Monochromatic Colors of #1373FC
Black with #1373FC
Text Example
Text Example
White with #1373FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1373FC; }
p { color: rgb(19,115,252); }
H1.HeaderClassName
{
color: #1373FC;
}
.AnyTagClassName
{
color: #1373FC;
}
</style>
background-color css
<style>
a { background-color: #1373FC; }
a { background-color: rgb(19,115,252); }
div.DivClassName
{
background-color: #1373FC;
}
.BgClassName
{
background-color: #1373FC;
}
</style>
border-color css
<style>
span { border-color: #1373FC; }
span { border-color: rgb(19,115,252); }
td.TdClassName
{
border-color: #1373FC;
}
.TagClassName
{
border-color: #1373FC;
}
</style>