Shades of Dodger Blue #136CFA
Tints of Dodger Blue #136CFA
RGB
CMYK
RGB Variations
Color information
#136CFA (or 0x136CFA) is known color: Dodger Blue. HEX triplet: 13, 6C and FA. RGB value is (19,108,250). Sum of RGB (Red+Green+Blue) = 19+108+250=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #136CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CFA is #EC9305. Grayscale: #606060. Windows color (decimal): -15504134 or 16411667. OLE color: 16411667.
HSL color Cylindrical-coordinate representation of color #136CFA: hue angle of 216.88º degrees, saturation: 0.96, 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 #136CFA is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 108 | 250 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.02 |
| HSL | 216.88º | 0.96% | 0.53% | - |
| HSV(B) | 216.88º | 0.92% | 0.98% | - |
| XYZ | 22.89 | 17.77 | 92.67 | - |
| YUV | 97.58 | 214.01 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 250 | 0.92 | 0.57 | 0 | 0.02 | 216.88 | 0.96 | 0.53 |
| Hex | 13 | 6C | FA | 5C | 39 | 0 | 2 | D9 | 60 | 35 |
| Octal | 23 | 154 | 372 | 134 | 71 | 0 | 2 | 331 | 140 | 65 |
| Binary | 10011 | 1101100 | 11111010 | 1011100 | 111001 | 0 | 10 | 11011001 | 1100000 | 110101 |
Color Harmonies of #136CFA
Complementary color
Monochromatic Colors of #136CFA
Black with #136CFA
Text Example
Text Example
White with #136CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CFA; }
p { color: rgb(19,108,250); }
H1.HeaderClassName
{
color: #136CFA;
}
.AnyTagClassName
{
color: #136CFA;
}
</style>
background-color css
<style>
a { background-color: #136CFA; }
a { background-color: rgb(19,108,250); }
div.DivClassName
{
background-color: #136CFA;
}
.BgClassName
{
background-color: #136CFA;
}
</style>
border-color css
<style>
span { border-color: #136CFA; }
span { border-color: rgb(19,108,250); }
td.TdClassName
{
border-color: #136CFA;
}
.TagClassName
{
border-color: #136CFA;
}
</style>