Shades of Dodger Blue #136AFB
Tints of Dodger Blue #136AFB
RGB
CMYK
RGB Variations
Color information
#136AFB (or 0x136AFB) is known color: Dodger Blue. HEX triplet: 13, 6A and FB. RGB value is (19,106,251). Sum of RGB (Red+Green+Blue) = 19+106+251=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #136AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AFB is #EC9504. Grayscale: #5F5F5F. Windows color (decimal): -15504645 or 16476691. OLE color: 16476691.
HSL color Cylindrical-coordinate representation of color #136AFB: hue angle of 217.5º 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 #136AFB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 106 | 251 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.02 |
| HSL | 217.5º | 0.97% | 0.53% | - |
| HSV(B) | 217.5º | 0.92% | 0.98% | - |
| XYZ | 22.84 | 17.41 | 93.42 | - |
| YUV | 96.52 | 215.18 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 251 | 0.92 | 0.58 | 0 | 0.02 | 217.5 | 0.97 | 0.53 |
| Hex | 13 | 6A | FB | 5C | 3A | 0 | 2 | DA | 61 | 35 |
| Octal | 23 | 152 | 373 | 134 | 72 | 0 | 2 | 332 | 141 | 65 |
| Binary | 10011 | 1101010 | 11111011 | 1011100 | 111010 | 0 | 10 | 11011010 | 1100001 | 110101 |
Color Harmonies of #136AFB
Complementary color
Monochromatic Colors of #136AFB
Black with #136AFB
Text Example
Text Example
White with #136AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AFB; }
p { color: rgb(19,106,251); }
H1.HeaderClassName
{
color: #136AFB;
}
.AnyTagClassName
{
color: #136AFB;
}
</style>
background-color css
<style>
a { background-color: #136AFB; }
a { background-color: rgb(19,106,251); }
div.DivClassName
{
background-color: #136AFB;
}
.BgClassName
{
background-color: #136AFB;
}
</style>
border-color css
<style>
span { border-color: #136AFB; }
span { border-color: rgb(19,106,251); }
td.TdClassName
{
border-color: #136AFB;
}
.TagClassName
{
border-color: #136AFB;
}
</style>