Shades of Dodger Blue #1360FD
Tints of Dodger Blue #1360FD
RGB
CMYK
RGB Variations
Color information
#1360FD (or 0x1360FD) is known color: Dodger Blue. HEX triplet: 13, 60 and FD. RGB value is (19,96,253). Sum of RGB (Red+Green+Blue) = 19+96+253=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #1360FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1360FD is #EC9F02. Grayscale: #5A5A5A. Windows color (decimal): -15507203 or 16605203. OLE color: 16605203.
HSL color Cylindrical-coordinate representation of color #1360FD: hue angle of 220.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1360FD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 96 | 253 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.01 |
| HSL | 220.26º | 0.98% | 0.53% | - |
| HSV(B) | 220.26º | 0.92% | 0.99% | - |
| XYZ | 22.18 | 15.6 | 94.77 | - |
| YUV | 90.88 | 219.49 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 253 | 0.92 | 0.62 | 0 | 0.01 | 220.26 | 0.98 | 0.53 |
| Hex | 13 | 60 | FD | 5C | 3E | 0 | 1 | DC | 62 | 35 |
| Octal | 23 | 140 | 375 | 134 | 76 | 0 | 1 | 334 | 142 | 65 |
| Binary | 10011 | 1100000 | 11111101 | 1011100 | 111110 | 0 | 1 | 11011100 | 1100010 | 110101 |
Color Harmonies of #1360FD
Complementary color
Monochromatic Colors of #1360FD
Black with #1360FD
Text Example
Text Example
White with #1360FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1360FD; }
p { color: rgb(19,96,253); }
H1.HeaderClassName
{
color: #1360FD;
}
.AnyTagClassName
{
color: #1360FD;
}
</style>
background-color css
<style>
a { background-color: #1360FD; }
a { background-color: rgb(19,96,253); }
div.DivClassName
{
background-color: #1360FD;
}
.BgClassName
{
background-color: #1360FD;
}
</style>
border-color css
<style>
span { border-color: #1360FD; }
span { border-color: rgb(19,96,253); }
td.TdClassName
{
border-color: #1360FD;
}
.TagClassName
{
border-color: #1360FD;
}
</style>