Shades of Dodger Blue #136FF4
Tints of Dodger Blue #136FF4
RGB
CMYK
RGB Variations
Color information
#136FF4 (or 0x136FF4) is known color: Dodger Blue. HEX triplet: 13, 6F and F4. RGB value is (19,111,244). Sum of RGB (Red+Green+Blue) = 19+111+244=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 244 (95.70% from 255 or 65.24% from 374); Max value from RGB is 244 - color contains mainly: blue. Hex color #136FF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FF4 is #EC900B. Grayscale: #626262. Windows color (decimal): -15503372 or 16019219. OLE color: 16019219.
HSL color Cylindrical-coordinate representation of color #136FF4: hue angle of 215.47º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136FF4 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 111 | 244 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.04 |
| HSL | 215.47º | 0.91% | 0.52% | - |
| HSV(B) | 215.47º | 0.92% | 0.96% | - |
| XYZ | 22.28 | 18.04 | 87.9 | - |
| YUV | 98.65 | 210.02 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 244 | 0.92 | 0.55 | 0 | 0.04 | 215.47 | 0.91 | 0.52 |
| Hex | 13 | 6F | F4 | 5C | 37 | 0 | 4 | D7 | 5B | 34 |
| Octal | 23 | 157 | 364 | 134 | 67 | 0 | 4 | 327 | 133 | 64 |
| Binary | 10011 | 1101111 | 11110100 | 1011100 | 110111 | 0 | 100 | 11010111 | 1011011 | 110100 |
Color Harmonies of #136FF4
Complementary color
Monochromatic Colors of #136FF4
Black with #136FF4
Text Example
Text Example
White with #136FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FF4; }
p { color: rgb(19,111,244); }
H1.HeaderClassName
{
color: #136FF4;
}
.AnyTagClassName
{
color: #136FF4;
}
</style>
background-color css
<style>
a { background-color: #136FF4; }
a { background-color: rgb(19,111,244); }
div.DivClassName
{
background-color: #136FF4;
}
.BgClassName
{
background-color: #136FF4;
}
</style>
border-color css
<style>
span { border-color: #136FF4; }
span { border-color: rgb(19,111,244); }
td.TdClassName
{
border-color: #136FF4;
}
.TagClassName
{
border-color: #136FF4;
}
</style>