Shades of Dodger Blue #136BFF
Tints of Dodger Blue #136BFF
RGB
CMYK
RGB Variations
Color information
#136BFF (or 0x136BFF) is known color: Dodger Blue. HEX triplet: 13, 6B and FF. RGB value is (19,107,255). Sum of RGB (Red+Green+Blue) = 19+107+255=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #136BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BFF is #EC9400. Grayscale: #606060. Windows color (decimal): -15504385 or 16739091. OLE color: 16739091.
HSL color Cylindrical-coordinate representation of color #136BFF: hue angle of 217.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136BFF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 107 | 255 | - |
| CMYK | 0.93 | 0.58 | 0 | 0 |
| HSL | 217.63º | 1% | 0.54% | - |
| HSV(B) | 217.63º | 0.93% | 1% | - |
| XYZ | 23.58 | 17.87 | 96.82 | - |
| YUV | 97.56 | 216.85 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 255 | 0.93 | 0.58 | 0 | 0 | 217.63 | 1 | 0.54 |
| Hex | 13 | 6B | FF | 5D | 3A | 0 | 0 | DA | 64 | 36 |
| Octal | 23 | 153 | 377 | 135 | 72 | 0 | 0 | 332 | 144 | 66 |
| Binary | 10011 | 1101011 | 11111111 | 1011101 | 111010 | 0 | 0 | 11011010 | 1100100 | 110110 |
Color Harmonies of #136BFF
Complementary color
Monochromatic Colors of #136BFF
Black with #136BFF
Text Example
Text Example
White with #136BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BFF; }
p { color: rgb(19,107,255); }
H1.HeaderClassName
{
color: #136BFF;
}
.AnyTagClassName
{
color: #136BFF;
}
</style>
background-color css
<style>
a { background-color: #136BFF; }
a { background-color: rgb(19,107,255); }
div.DivClassName
{
background-color: #136BFF;
}
.BgClassName
{
background-color: #136BFF;
}
</style>
border-color css
<style>
span { border-color: #136BFF; }
span { border-color: rgb(19,107,255); }
td.TdClassName
{
border-color: #136BFF;
}
.TagClassName
{
border-color: #136BFF;
}
</style>