Shades of Dodger Blue #13A8FB
Tints of Dodger Blue #13A8FB
RGB
CMYK
RGB Variations
Color information
#13A8FB (or 0x13A8FB) is known color: Dodger Blue. HEX triplet: 13, A8 and FB. RGB value is (19,168,251). Sum of RGB (Red+Green+Blue) = 19+168+251=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #13A8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A8FB is #EC5704. Grayscale: #848484. Windows color (decimal): -15488773 or 16492563. OLE color: 16492563.
HSL color Cylindrical-coordinate representation of color #13A8FB: hue angle of 201.47º 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 #13A8FB is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 168 | 251 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.02 |
| HSL | 201.47º | 0.97% | 0.53% | - |
| HSV(B) | 201.47º | 0.92% | 0.98% | - |
| XYZ | 31.68 | 35.11 | 96.37 | - |
| YUV | 132.91 | 194.64 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 251 | 0.92 | 0.33 | 0 | 0.02 | 201.47 | 0.97 | 0.53 |
| Hex | 13 | A8 | FB | 5C | 21 | 0 | 2 | C9 | 61 | 35 |
| Octal | 23 | 250 | 373 | 134 | 41 | 0 | 2 | 311 | 141 | 65 |
| Binary | 10011 | 10101000 | 11111011 | 1011100 | 100001 | 0 | 10 | 11001001 | 1100001 | 110101 |
Color Harmonies of #13A8FB
Complementary color
Monochromatic Colors of #13A8FB
Black with #13A8FB
Text Example
Text Example
White with #13A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8FB; }
p { color: rgb(19,168,251); }
H1.HeaderClassName
{
color: #13A8FB;
}
.AnyTagClassName
{
color: #13A8FB;
}
</style>
background-color css
<style>
a { background-color: #13A8FB; }
a { background-color: rgb(19,168,251); }
div.DivClassName
{
background-color: #13A8FB;
}
.BgClassName
{
background-color: #13A8FB;
}
</style>
border-color css
<style>
span { border-color: #13A8FB; }
span { border-color: rgb(19,168,251); }
td.TdClassName
{
border-color: #13A8FB;
}
.TagClassName
{
border-color: #13A8FB;
}
</style>