Shades of Dodger Blue #13A2FE
Tints of Dodger Blue #13A2FE
RGB
CMYK
RGB Variations
Color information
#13A2FE (or 0x13A2FE) is known color: Dodger Blue. HEX triplet: 13, A2 and FE. RGB value is (19,162,254). Sum of RGB (Red+Green+Blue) = 19+162+254=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #13A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A2FE is #EC5D01. Grayscale: #818181. Windows color (decimal): -15490306 or 16687635. OLE color: 16687635.
HSL color Cylindrical-coordinate representation of color #13A2FE: hue angle of 203.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13A2FE is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 162 | 254 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.00 |
| HSL | 203.49º | 0.99% | 0.54% | - |
| HSV(B) | 203.49º | 0.93% | 1% | - |
| XYZ | 31.08 | 33.13 | 98.52 | - |
| YUV | 129.73 | 198.12 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 254 | 0.93 | 0.36 | 0 | 0.00 | 203.49 | 0.99 | 0.54 |
| Hex | 13 | A2 | FE | 5D | 24 | 0 | 0 | CB | 63 | 36 |
| Octal | 23 | 242 | 376 | 135 | 44 | 0 | 0 | 313 | 143 | 66 |
| Binary | 10011 | 10100010 | 11111110 | 1011101 | 100100 | 0 | 0 | 11001011 | 1100011 | 110110 |
Color Harmonies of #13A2FE
Complementary color
Monochromatic Colors of #13A2FE
Black with #13A2FE
Text Example
Text Example
White with #13A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A2FE; }
p { color: rgb(19,162,254); }
H1.HeaderClassName
{
color: #13A2FE;
}
.AnyTagClassName
{
color: #13A2FE;
}
</style>
background-color css
<style>
a { background-color: #13A2FE; }
a { background-color: rgb(19,162,254); }
div.DivClassName
{
background-color: #13A2FE;
}
.BgClassName
{
background-color: #13A2FE;
}
</style>
border-color css
<style>
span { border-color: #13A2FE; }
span { border-color: rgb(19,162,254); }
td.TdClassName
{
border-color: #13A2FE;
}
.TagClassName
{
border-color: #13A2FE;
}
</style>