Shades of Dodger Blue #136BFA
Tints of Dodger Blue #136BFA
RGB
CMYK
RGB Variations
Color information
#136BFA (or 0x136BFA) is known color: Dodger Blue. HEX triplet: 13, 6B and FA. RGB value is (19,107,250). Sum of RGB (Red+Green+Blue) = 19+107+250=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #136BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BFA is #EC9405. Grayscale: #606060. Windows color (decimal): -15504390 or 16411411. OLE color: 16411411.
HSL color Cylindrical-coordinate representation of color #136BFA: hue angle of 217.14º 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 #136BFA is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 107 | 250 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.02 |
| HSL | 217.14º | 0.96% | 0.53% | - |
| HSV(B) | 217.14º | 0.92% | 0.98% | - |
| XYZ | 22.78 | 17.56 | 92.63 | - |
| YUV | 96.99 | 214.35 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 250 | 0.92 | 0.57 | 0 | 0.02 | 217.14 | 0.96 | 0.53 |
| Hex | 13 | 6B | FA | 5C | 39 | 0 | 2 | D9 | 60 | 35 |
| Octal | 23 | 153 | 372 | 134 | 71 | 0 | 2 | 331 | 140 | 65 |
| Binary | 10011 | 1101011 | 11111010 | 1011100 | 111001 | 0 | 10 | 11011001 | 1100000 | 110101 |
Color Harmonies of #136BFA
Complementary color
Monochromatic Colors of #136BFA
Black with #136BFA
Text Example
Text Example
White with #136BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BFA; }
p { color: rgb(19,107,250); }
H1.HeaderClassName
{
color: #136BFA;
}
.AnyTagClassName
{
color: #136BFA;
}
</style>
background-color css
<style>
a { background-color: #136BFA; }
a { background-color: rgb(19,107,250); }
div.DivClassName
{
background-color: #136BFA;
}
.BgClassName
{
background-color: #136BFA;
}
</style>
border-color css
<style>
span { border-color: #136BFA; }
span { border-color: rgb(19,107,250); }
td.TdClassName
{
border-color: #136BFA;
}
.TagClassName
{
border-color: #136BFA;
}
</style>