Shades of Dodger Blue #1394FE
Tints of Dodger Blue #1394FE
RGB
CMYK
RGB Variations
Color information
#1394FE (or 0x1394FE) is known color: Dodger Blue. HEX triplet: 13, 94 and FE. RGB value is (19,148,254). Sum of RGB (Red+Green+Blue) = 19+148+254=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #1394FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1394FE is #EC6B01. Grayscale: #787878. Windows color (decimal): -15493890 or 16684051. OLE color: 16684051.
HSL color Cylindrical-coordinate representation of color #1394FE: hue angle of 207.06º 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 #1394FE is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 148 | 254 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.00 |
| HSL | 207.06º | 0.99% | 0.54% | - |
| HSV(B) | 207.06º | 0.93% | 1% | - |
| XYZ | 28.75 | 28.47 | 97.75 | - |
| YUV | 121.51 | 202.76 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 254 | 0.93 | 0.42 | 0 | 0.00 | 207.06 | 0.99 | 0.54 |
| Hex | 13 | 94 | FE | 5D | 2A | 0 | 0 | CF | 63 | 36 |
| Octal | 23 | 224 | 376 | 135 | 52 | 0 | 0 | 317 | 143 | 66 |
| Binary | 10011 | 10010100 | 11111110 | 1011101 | 101010 | 0 | 0 | 11001111 | 1100011 | 110110 |
Color Harmonies of #1394FE
Complementary color
Monochromatic Colors of #1394FE
Black with #1394FE
Text Example
Text Example
White with #1394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394FE; }
p { color: rgb(19,148,254); }
H1.HeaderClassName
{
color: #1394FE;
}
.AnyTagClassName
{
color: #1394FE;
}
</style>
background-color css
<style>
a { background-color: #1394FE; }
a { background-color: rgb(19,148,254); }
div.DivClassName
{
background-color: #1394FE;
}
.BgClassName
{
background-color: #1394FE;
}
</style>
border-color css
<style>
span { border-color: #1394FE; }
span { border-color: rgb(19,148,254); }
td.TdClassName
{
border-color: #1394FE;
}
.TagClassName
{
border-color: #1394FE;
}
</style>