Shades of Dodger Blue #1394FF
Tints of Dodger Blue #1394FF
RGB
CMYK
RGB Variations
Color information
#1394FF (or 0x1394FF) is known color: Dodger Blue. HEX triplet: 13, 94 and FF. RGB value is (19,148,255). Sum of RGB (Red+Green+Blue) = 19+148+255=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #1394FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1394FF is #EC6B00. Grayscale: #797979. Windows color (decimal): -15493889 or 16749587. OLE color: 16749587.
HSL color Cylindrical-coordinate representation of color #1394FF: hue angle of 207.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1394FF is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 148 | 255 | - |
| CMYK | 0.93 | 0.42 | 0 | 0 |
| HSL | 207.2º | 1% | 0.54% | - |
| HSV(B) | 207.2º | 0.93% | 1% | - |
| XYZ | 28.91 | 28.54 | 98.59 | - |
| YUV | 121.63 | 203.26 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 255 | 0.93 | 0.42 | 0 | 0 | 207.2 | 1 | 0.54 |
| Hex | 13 | 94 | FF | 5D | 2A | 0 | 0 | CF | 64 | 36 |
| Octal | 23 | 224 | 377 | 135 | 52 | 0 | 0 | 317 | 144 | 66 |
| Binary | 10011 | 10010100 | 11111111 | 1011101 | 101010 | 0 | 0 | 11001111 | 1100100 | 110110 |
Color Harmonies of #1394FF
Complementary color
Monochromatic Colors of #1394FF
Black with #1394FF
Text Example
Text Example
White with #1394FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394FF; }
p { color: rgb(19,148,255); }
H1.HeaderClassName
{
color: #1394FF;
}
.AnyTagClassName
{
color: #1394FF;
}
</style>
background-color css
<style>
a { background-color: #1394FF; }
a { background-color: rgb(19,148,255); }
div.DivClassName
{
background-color: #1394FF;
}
.BgClassName
{
background-color: #1394FF;
}
</style>
border-color css
<style>
span { border-color: #1394FF; }
span { border-color: rgb(19,148,255); }
td.TdClassName
{
border-color: #1394FF;
}
.TagClassName
{
border-color: #1394FF;
}
</style>