Shades of Dodger Blue #1366FD
Tints of Dodger Blue #1366FD
RGB
CMYK
RGB Variations
Color information
#1366FD (or 0x1366FD) is known color: Dodger Blue. HEX triplet: 13, 66 and FD. RGB value is (19,102,253). Sum of RGB (Red+Green+Blue) = 19+102+253=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #1366FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1366FD is #EC9902. Grayscale: #5D5D5D. Windows color (decimal): -15505667 or 16606739. OLE color: 16606739.
HSL color Cylindrical-coordinate representation of color #1366FD: hue angle of 218.72º 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 #1366FD is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 102 | 253 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.01 |
| HSL | 218.72º | 0.98% | 0.53% | - |
| HSV(B) | 218.72º | 0.92% | 0.99% | - |
| XYZ | 22.75 | 16.73 | 94.96 | - |
| YUV | 94.4 | 217.5 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 253 | 0.92 | 0.60 | 0 | 0.01 | 218.72 | 0.98 | 0.53 |
| Hex | 13 | 66 | FD | 5C | 3C | 0 | 1 | DB | 62 | 35 |
| Octal | 23 | 146 | 375 | 134 | 74 | 0 | 1 | 333 | 142 | 65 |
| Binary | 10011 | 1100110 | 11111101 | 1011100 | 111100 | 0 | 1 | 11011011 | 1100010 | 110101 |
Color Harmonies of #1366FD
Complementary color
Monochromatic Colors of #1366FD
Black with #1366FD
Text Example
Text Example
White with #1366FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1366FD; }
p { color: rgb(19,102,253); }
H1.HeaderClassName
{
color: #1366FD;
}
.AnyTagClassName
{
color: #1366FD;
}
</style>
background-color css
<style>
a { background-color: #1366FD; }
a { background-color: rgb(19,102,253); }
div.DivClassName
{
background-color: #1366FD;
}
.BgClassName
{
background-color: #1366FD;
}
</style>
border-color css
<style>
span { border-color: #1366FD; }
span { border-color: rgb(19,102,253); }
td.TdClassName
{
border-color: #1366FD;
}
.TagClassName
{
border-color: #1366FD;
}
</style>