Shades of Dodger Blue #136AF2
Tints of Dodger Blue #136AF2
RGB
CMYK
RGB Variations
Color information
#136AF2 (or 0x136AF2) is known color: Dodger Blue. HEX triplet: 13, 6A and F2. RGB value is (19,106,242). Sum of RGB (Red+Green+Blue) = 19+106+242=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #136AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AF2 is #EC950D. Grayscale: #5E5E5E. Windows color (decimal): -15504654 or 15886867. OLE color: 15886867.
HSL color Cylindrical-coordinate representation of color #136AF2: hue angle of 216.59º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136AF2 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 106 | 242 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.05 |
| HSL | 216.59º | 0.9% | 0.51% | - |
| HSV(B) | 216.59º | 0.92% | 0.95% | - |
| XYZ | 21.45 | 16.86 | 86.13 | - |
| YUV | 95.49 | 210.68 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 242 | 0.92 | 0.56 | 0 | 0.05 | 216.59 | 0.9 | 0.51 |
| Hex | 13 | 6A | F2 | 5C | 38 | 0 | 5 | D9 | 5A | 33 |
| Octal | 23 | 152 | 362 | 134 | 70 | 0 | 5 | 331 | 132 | 63 |
| Binary | 10011 | 1101010 | 11110010 | 1011100 | 111000 | 0 | 101 | 11011001 | 1011010 | 110011 |
Color Harmonies of #136AF2
Complementary color
Monochromatic Colors of #136AF2
Black with #136AF2
Text Example
Text Example
White with #136AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AF2; }
p { color: rgb(19,106,242); }
H1.HeaderClassName
{
color: #136AF2;
}
.AnyTagClassName
{
color: #136AF2;
}
</style>
background-color css
<style>
a { background-color: #136AF2; }
a { background-color: rgb(19,106,242); }
div.DivClassName
{
background-color: #136AF2;
}
.BgClassName
{
background-color: #136AF2;
}
</style>
border-color css
<style>
span { border-color: #136AF2; }
span { border-color: rgb(19,106,242); }
td.TdClassName
{
border-color: #136AF2;
}
.TagClassName
{
border-color: #136AF2;
}
</style>