Shades of Dodger Blue #1366FA
Tints of Dodger Blue #1366FA
RGB
CMYK
RGB Variations
Color information
#1366FA (or 0x1366FA) is known color: Dodger Blue. HEX triplet: 13, 66 and FA. RGB value is (19,102,250). Sum of RGB (Red+Green+Blue) = 19+102+250=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #1366FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1366FA is #EC9905. Grayscale: #5D5D5D. Windows color (decimal): -15505670 or 16410131. OLE color: 16410131.
HSL color Cylindrical-coordinate representation of color #1366FA: hue angle of 218.44º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1366FA is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 102 | 250 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.02 |
| HSL | 218.44º | 0.96% | 0.53% | - |
| HSV(B) | 218.44º | 0.92% | 0.98% | - |
| XYZ | 22.28 | 16.54 | 92.46 | - |
| YUV | 94.06 | 216 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 250 | 0.92 | 0.59 | 0 | 0.02 | 218.44 | 0.96 | 0.53 |
| Hex | 13 | 66 | FA | 5C | 3B | 0 | 2 | DA | 60 | 35 |
| Octal | 23 | 146 | 372 | 134 | 73 | 0 | 2 | 332 | 140 | 65 |
| Binary | 10011 | 1100110 | 11111010 | 1011100 | 111011 | 0 | 10 | 11011010 | 1100000 | 110101 |
Color Harmonies of #1366FA
Complementary color
Monochromatic Colors of #1366FA
Black with #1366FA
Text Example
Text Example
White with #1366FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1366FA; }
p { color: rgb(19,102,250); }
H1.HeaderClassName
{
color: #1366FA;
}
.AnyTagClassName
{
color: #1366FA;
}
</style>
background-color css
<style>
a { background-color: #1366FA; }
a { background-color: rgb(19,102,250); }
div.DivClassName
{
background-color: #1366FA;
}
.BgClassName
{
background-color: #1366FA;
}
</style>
border-color css
<style>
span { border-color: #1366FA; }
span { border-color: rgb(19,102,250); }
td.TdClassName
{
border-color: #1366FA;
}
.TagClassName
{
border-color: #1366FA;
}
</style>