Shades of Dodger Blue #1368FE
Tints of Dodger Blue #1368FE
RGB
CMYK
RGB Variations
Color information
#1368FE (or 0x1368FE) is known color: Dodger Blue. HEX triplet: 13, 68 and FE. RGB value is (19,104,254). Sum of RGB (Red+Green+Blue) = 19+104+254=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #1368FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1368FE is #EC9701. Grayscale: #5F5F5F. Windows color (decimal): -15505154 or 16672787. OLE color: 16672787.
HSL color Cylindrical-coordinate representation of color #1368FE: hue angle of 218.3º 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 #1368FE is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 104 | 254 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.00 |
| HSL | 218.3º | 0.99% | 0.54% | - |
| HSV(B) | 218.3º | 0.93% | 1% | - |
| XYZ | 23.11 | 17.19 | 95.87 | - |
| YUV | 95.69 | 217.34 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 254 | 0.93 | 0.59 | 0 | 0.00 | 218.3 | 0.99 | 0.54 |
| Hex | 13 | 68 | FE | 5D | 3B | 0 | 0 | DA | 63 | 36 |
| Octal | 23 | 150 | 376 | 135 | 73 | 0 | 0 | 332 | 143 | 66 |
| Binary | 10011 | 1101000 | 11111110 | 1011101 | 111011 | 0 | 0 | 11011010 | 1100011 | 110110 |
Color Harmonies of #1368FE
Complementary color
Monochromatic Colors of #1368FE
Black with #1368FE
Text Example
Text Example
White with #1368FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1368FE; }
p { color: rgb(19,104,254); }
H1.HeaderClassName
{
color: #1368FE;
}
.AnyTagClassName
{
color: #1368FE;
}
</style>
background-color css
<style>
a { background-color: #1368FE; }
a { background-color: rgb(19,104,254); }
div.DivClassName
{
background-color: #1368FE;
}
.BgClassName
{
background-color: #1368FE;
}
</style>
border-color css
<style>
span { border-color: #1368FE; }
span { border-color: rgb(19,104,254); }
td.TdClassName
{
border-color: #1368FE;
}
.TagClassName
{
border-color: #1368FE;
}
</style>