Shades of Dodger Blue #1384FE
Tints of Dodger Blue #1384FE
RGB
CMYK
RGB Variations
Color information
#1384FE (or 0x1384FE) is known color: Dodger Blue. HEX triplet: 13, 84 and FE. RGB value is (19,132,254). Sum of RGB (Red+Green+Blue) = 19+132+254=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #1384FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1384FE is #EC7B01. Grayscale: #6F6F6F. Windows color (decimal): -15497986 or 16679955. OLE color: 16679955.
HSL color Cylindrical-coordinate representation of color #1384FE: hue angle of 211.15º 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 #1384FE is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 132 | 254 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.00 |
| HSL | 211.15º | 0.99% | 0.54% | - |
| HSV(B) | 211.15º | 0.93% | 1% | - |
| XYZ | 26.41 | 23.8 | 96.97 | - |
| YUV | 112.12 | 208.06 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 254 | 0.93 | 0.48 | 0 | 0.00 | 211.15 | 0.99 | 0.54 |
| Hex | 13 | 84 | FE | 5D | 30 | 0 | 0 | D3 | 63 | 36 |
| Octal | 23 | 204 | 376 | 135 | 60 | 0 | 0 | 323 | 143 | 66 |
| Binary | 10011 | 10000100 | 11111110 | 1011101 | 110000 | 0 | 0 | 11010011 | 1100011 | 110110 |
Color Harmonies of #1384FE
Complementary color
Monochromatic Colors of #1384FE
Black with #1384FE
Text Example
Text Example
White with #1384FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384FE; }
p { color: rgb(19,132,254); }
H1.HeaderClassName
{
color: #1384FE;
}
.AnyTagClassName
{
color: #1384FE;
}
</style>
background-color css
<style>
a { background-color: #1384FE; }
a { background-color: rgb(19,132,254); }
div.DivClassName
{
background-color: #1384FE;
}
.BgClassName
{
background-color: #1384FE;
}
</style>
border-color css
<style>
span { border-color: #1384FE; }
span { border-color: rgb(19,132,254); }
td.TdClassName
{
border-color: #1384FE;
}
.TagClassName
{
border-color: #1384FE;
}
</style>