Shades of Dodger Blue #1373FB
Tints of Dodger Blue #1373FB
RGB
CMYK
RGB Variations
Color information
#1373FB (or 0x1373FB) is known color: Dodger Blue. HEX triplet: 13, 73 and FB. RGB value is (19,115,251). Sum of RGB (Red+Green+Blue) = 19+115+251=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #1373FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1373FB is #EC8C04. Grayscale: #656565. Windows color (decimal): -15502341 or 16478995. OLE color: 16478995.
HSL color Cylindrical-coordinate representation of color #1373FB: hue angle of 215.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1373FB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 115 | 251 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.02 |
| HSL | 215.17º | 0.97% | 0.53% | - |
| HSV(B) | 215.17º | 0.92% | 0.98% | - |
| XYZ | 23.81 | 19.36 | 93.75 | - |
| YUV | 101.8 | 212.2 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 251 | 0.92 | 0.54 | 0 | 0.02 | 215.17 | 0.97 | 0.53 |
| Hex | 13 | 73 | FB | 5C | 36 | 0 | 2 | D7 | 61 | 35 |
| Octal | 23 | 163 | 373 | 134 | 66 | 0 | 2 | 327 | 141 | 65 |
| Binary | 10011 | 1110011 | 11111011 | 1011100 | 110110 | 0 | 10 | 11010111 | 1100001 | 110101 |
Color Harmonies of #1373FB
Complementary color
Monochromatic Colors of #1373FB
Black with #1373FB
Text Example
Text Example
White with #1373FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1373FB; }
p { color: rgb(19,115,251); }
H1.HeaderClassName
{
color: #1373FB;
}
.AnyTagClassName
{
color: #1373FB;
}
</style>
background-color css
<style>
a { background-color: #1373FB; }
a { background-color: rgb(19,115,251); }
div.DivClassName
{
background-color: #1373FB;
}
.BgClassName
{
background-color: #1373FB;
}
</style>
border-color css
<style>
span { border-color: #1373FB; }
span { border-color: rgb(19,115,251); }
td.TdClassName
{
border-color: #1373FB;
}
.TagClassName
{
border-color: #1373FB;
}
</style>