Shades of Dodger Blue #1360FE
Tints of Dodger Blue #1360FE
RGB
CMYK
RGB Variations
Color information
#1360FE (or 0x1360FE) is known color: Dodger Blue. HEX triplet: 13, 60 and FE. RGB value is (19,96,254). Sum of RGB (Red+Green+Blue) = 19+96+254=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #1360FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1360FE is #EC9F01. Grayscale: #5A5A5A. Windows color (decimal): -15507202 or 16670739. OLE color: 16670739.
HSL color Cylindrical-coordinate representation of color #1360FE: hue angle of 220.34º 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 #1360FE is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 96 | 254 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.00 |
| HSL | 220.34º | 0.99% | 0.54% | - |
| HSV(B) | 220.34º | 0.93% | 1% | - |
| XYZ | 22.34 | 15.66 | 95.61 | - |
| YUV | 90.99 | 219.99 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 254 | 0.93 | 0.62 | 0 | 0.00 | 220.34 | 0.99 | 0.54 |
| Hex | 13 | 60 | FE | 5D | 3E | 0 | 0 | DC | 63 | 36 |
| Octal | 23 | 140 | 376 | 135 | 76 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10011 | 1100000 | 11111110 | 1011101 | 111110 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1360FE
Complementary color
Monochromatic Colors of #1360FE
Black with #1360FE
Text Example
Text Example
White with #1360FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1360FE; }
p { color: rgb(19,96,254); }
H1.HeaderClassName
{
color: #1360FE;
}
.AnyTagClassName
{
color: #1360FE;
}
</style>
background-color css
<style>
a { background-color: #1360FE; }
a { background-color: rgb(19,96,254); }
div.DivClassName
{
background-color: #1360FE;
}
.BgClassName
{
background-color: #1360FE;
}
</style>
border-color css
<style>
span { border-color: #1360FE; }
span { border-color: rgb(19,96,254); }
td.TdClassName
{
border-color: #1360FE;
}
.TagClassName
{
border-color: #1360FE;
}
</style>