Shades of Dodger Blue #135EFF
Tints of Dodger Blue #135EFF
RGB
CMYK
RGB Variations
Color information
#135EFF (or 0x135EFF) is known color: Dodger Blue. HEX triplet: 13, 5E and FF. RGB value is (19,94,255). Sum of RGB (Red+Green+Blue) = 19+94+255=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #135EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EFF is #ECA100. Grayscale: #595959. Windows color (decimal): -15507713 or 16735763. OLE color: 16735763.
HSL color Cylindrical-coordinate representation of color #135EFF: hue angle of 220.93º 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 #135EFF is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 94 | 255 | - |
| CMYK | 0.93 | 0.63 | 0 | 0 |
| HSL | 220.93º | 1% | 0.54% | - |
| HSV(B) | 220.93º | 0.93% | 1% | - |
| XYZ | 22.32 | 15.36 | 96.4 | - |
| YUV | 89.93 | 221.15 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 255 | 0.93 | 0.63 | 0 | 0 | 220.93 | 1 | 0.54 |
| Hex | 13 | 5E | FF | 5D | 3F | 0 | 0 | DD | 64 | 36 |
| Octal | 23 | 136 | 377 | 135 | 77 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10011 | 1011110 | 11111111 | 1011101 | 111111 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #135EFF
Complementary color
Monochromatic Colors of #135EFF
Black with #135EFF
Text Example
Text Example
White with #135EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EFF; }
p { color: rgb(19,94,255); }
H1.HeaderClassName
{
color: #135EFF;
}
.AnyTagClassName
{
color: #135EFF;
}
</style>
background-color css
<style>
a { background-color: #135EFF; }
a { background-color: rgb(19,94,255); }
div.DivClassName
{
background-color: #135EFF;
}
.BgClassName
{
background-color: #135EFF;
}
</style>
border-color css
<style>
span { border-color: #135EFF; }
span { border-color: rgb(19,94,255); }
td.TdClassName
{
border-color: #135EFF;
}
.TagClassName
{
border-color: #135EFF;
}
</style>