Shades of Dodger Blue #1374FE
Tints of Dodger Blue #1374FE
RGB
CMYK
RGB Variations
Color information
#1374FE (or 0x1374FE) is known color: Dodger Blue. HEX triplet: 13, 74 and FE. RGB value is (19,116,254). Sum of RGB (Red+Green+Blue) = 19+116+254=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #1374FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1374FE is #EC8B01. Grayscale: #666666. Windows color (decimal): -15502082 or 16675859. OLE color: 16675859.
HSL color Cylindrical-coordinate representation of color #1374FE: hue angle of 215.23º 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 #1374FE is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 116 | 254 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.00 |
| HSL | 215.23º | 0.99% | 0.54% | - |
| HSV(B) | 215.23º | 0.93% | 1% | - |
| XYZ | 24.4 | 19.78 | 96.3 | - |
| YUV | 102.73 | 213.36 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 254 | 0.93 | 0.54 | 0 | 0.00 | 215.23 | 0.99 | 0.54 |
| Hex | 13 | 74 | FE | 5D | 36 | 0 | 0 | D7 | 63 | 36 |
| Octal | 23 | 164 | 376 | 135 | 66 | 0 | 0 | 327 | 143 | 66 |
| Binary | 10011 | 1110100 | 11111110 | 1011101 | 110110 | 0 | 0 | 11010111 | 1100011 | 110110 |
Color Harmonies of #1374FE
Complementary color
Monochromatic Colors of #1374FE
Black with #1374FE
Text Example
Text Example
White with #1374FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374FE; }
p { color: rgb(19,116,254); }
H1.HeaderClassName
{
color: #1374FE;
}
.AnyTagClassName
{
color: #1374FE;
}
</style>
background-color css
<style>
a { background-color: #1374FE; }
a { background-color: rgb(19,116,254); }
div.DivClassName
{
background-color: #1374FE;
}
.BgClassName
{
background-color: #1374FE;
}
</style>
border-color css
<style>
span { border-color: #1374FE; }
span { border-color: rgb(19,116,254); }
td.TdClassName
{
border-color: #1374FE;
}
.TagClassName
{
border-color: #1374FE;
}
</style>