Shades of Dodger Blue #135DFE
Tints of Dodger Blue #135DFE
RGB
CMYK
RGB Variations
Color information
#135DFE (or 0x135DFE) is known color: Dodger Blue. HEX triplet: 13, 5D and FE. RGB value is (19,93,254). Sum of RGB (Red+Green+Blue) = 19+93+254=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #135DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135DFE is #ECA201. Grayscale: #585858. Windows color (decimal): -15507970 or 16669971. OLE color: 16669971.
HSL color Cylindrical-coordinate representation of color #135DFE: hue angle of 221.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135DFE is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 93 | 254 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.00 |
| HSL | 221.11º | 0.99% | 0.54% | - |
| HSV(B) | 221.11º | 0.93% | 1% | - |
| XYZ | 22.07 | 15.12 | 95.52 | - |
| YUV | 89.23 | 220.98 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 254 | 0.93 | 0.63 | 0 | 0.00 | 221.11 | 0.99 | 0.54 |
| Hex | 13 | 5D | FE | 5D | 3F | 0 | 0 | DD | 63 | 36 |
| Octal | 23 | 135 | 376 | 135 | 77 | 0 | 0 | 335 | 143 | 66 |
| Binary | 10011 | 1011101 | 11111110 | 1011101 | 111111 | 0 | 0 | 11011101 | 1100011 | 110110 |
Color Harmonies of #135DFE
Complementary color
Monochromatic Colors of #135DFE
Black with #135DFE
Text Example
Text Example
White with #135DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DFE; }
p { color: rgb(19,93,254); }
H1.HeaderClassName
{
color: #135DFE;
}
.AnyTagClassName
{
color: #135DFE;
}
</style>
background-color css
<style>
a { background-color: #135DFE; }
a { background-color: rgb(19,93,254); }
div.DivClassName
{
background-color: #135DFE;
}
.BgClassName
{
background-color: #135DFE;
}
</style>
border-color css
<style>
span { border-color: #135DFE; }
span { border-color: rgb(19,93,254); }
td.TdClassName
{
border-color: #135DFE;
}
.TagClassName
{
border-color: #135DFE;
}
</style>