Shades of Dodger Blue #13A1FC
Tints of Dodger Blue #13A1FC
RGB
CMYK
RGB Variations
Color information
#13A1FC (or 0x13A1FC) is known color: Dodger Blue. HEX triplet: 13, A1 and FC. RGB value is (19,161,252). Sum of RGB (Red+Green+Blue) = 19+161+252=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #13A1FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A1FC is #EC5E03. Grayscale: #808080. Windows color (decimal): -15490564 or 16556307. OLE color: 16556307.
HSL color Cylindrical-coordinate representation of color #13A1FC: hue angle of 203.43º 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 #13A1FC is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 161 | 252 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.01 |
| HSL | 203.43º | 0.97% | 0.53% | - |
| HSV(B) | 203.43º | 0.92% | 0.99% | - |
| XYZ | 30.58 | 32.66 | 96.79 | - |
| YUV | 128.92 | 197.46 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 252 | 0.92 | 0.36 | 0 | 0.01 | 203.43 | 0.97 | 0.53 |
| Hex | 13 | A1 | FC | 5C | 24 | 0 | 1 | CB | 61 | 35 |
| Octal | 23 | 241 | 374 | 134 | 44 | 0 | 1 | 313 | 141 | 65 |
| Binary | 10011 | 10100001 | 11111100 | 1011100 | 100100 | 0 | 1 | 11001011 | 1100001 | 110101 |
Color Harmonies of #13A1FC
Complementary color
Monochromatic Colors of #13A1FC
Black with #13A1FC
Text Example
Text Example
White with #13A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A1FC; }
p { color: rgb(19,161,252); }
H1.HeaderClassName
{
color: #13A1FC;
}
.AnyTagClassName
{
color: #13A1FC;
}
</style>
background-color css
<style>
a { background-color: #13A1FC; }
a { background-color: rgb(19,161,252); }
div.DivClassName
{
background-color: #13A1FC;
}
.BgClassName
{
background-color: #13A1FC;
}
</style>
border-color css
<style>
span { border-color: #13A1FC; }
span { border-color: rgb(19,161,252); }
td.TdClassName
{
border-color: #13A1FC;
}
.TagClassName
{
border-color: #13A1FC;
}
</style>