Shades of Dodger Blue #135CFF
Tints of Dodger Blue #135CFF
RGB
CMYK
RGB Variations
Color information
#135CFF (or 0x135CFF) is known color: Dodger Blue. HEX triplet: 13, 5C and FF. RGB value is (19,92,255). Sum of RGB (Red+Green+Blue) = 19+92+255=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #135CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CFF is #ECA300. Grayscale: #585858. Windows color (decimal): -15508225 or 16735251. OLE color: 16735251.
HSL color Cylindrical-coordinate representation of color #135CFF: hue angle of 221.44º 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 #135CFF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 92 | 255 | - |
| CMYK | 0.93 | 0.64 | 0 | 0 |
| HSL | 221.44º | 1% | 0.54% | - |
| HSV(B) | 221.44º | 0.93% | 1% | - |
| XYZ | 22.15 | 15.01 | 96.34 | - |
| YUV | 88.76 | 221.82 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 255 | 0.93 | 0.64 | 0 | 0 | 221.44 | 1 | 0.54 |
| Hex | 13 | 5C | FF | 5D | 40 | 0 | 0 | DD | 64 | 36 |
| Octal | 23 | 134 | 377 | 135 | 100 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10011 | 1011100 | 11111111 | 1011101 | 1000000 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #135CFF
Complementary color
Monochromatic Colors of #135CFF
Black with #135CFF
Text Example
Text Example
White with #135CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CFF; }
p { color: rgb(19,92,255); }
H1.HeaderClassName
{
color: #135CFF;
}
.AnyTagClassName
{
color: #135CFF;
}
</style>
background-color css
<style>
a { background-color: #135CFF; }
a { background-color: rgb(19,92,255); }
div.DivClassName
{
background-color: #135CFF;
}
.BgClassName
{
background-color: #135CFF;
}
</style>
border-color css
<style>
span { border-color: #135CFF; }
span { border-color: rgb(19,92,255); }
td.TdClassName
{
border-color: #135CFF;
}
.TagClassName
{
border-color: #135CFF;
}
</style>