Shades of Dodger Blue #1398FE
Tints of Dodger Blue #1398FE
RGB
CMYK
RGB Variations
Color information
#1398FE (or 0x1398FE) is known color: Dodger Blue. HEX triplet: 13, 98 and FE. RGB value is (19,152,254). Sum of RGB (Red+Green+Blue) = 19+152+254=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #1398FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1398FE is #EC6701. Grayscale: #7B7B7B. Windows color (decimal): -15492866 or 16685075. OLE color: 16685075.
HSL color Cylindrical-coordinate representation of color #1398FE: hue angle of 206.04º 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 #1398FE is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 152 | 254 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.00 |
| HSL | 206.04º | 0.99% | 0.54% | - |
| HSV(B) | 206.04º | 0.93% | 1% | - |
| XYZ | 29.39 | 29.75 | 97.96 | - |
| YUV | 123.86 | 201.44 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 254 | 0.93 | 0.40 | 0 | 0.00 | 206.04 | 0.99 | 0.54 |
| Hex | 13 | 98 | FE | 5D | 28 | 0 | 0 | CE | 63 | 36 |
| Octal | 23 | 230 | 376 | 135 | 50 | 0 | 0 | 316 | 143 | 66 |
| Binary | 10011 | 10011000 | 11111110 | 1011101 | 101000 | 0 | 0 | 11001110 | 1100011 | 110110 |
Color Harmonies of #1398FE
Complementary color
Monochromatic Colors of #1398FE
Black with #1398FE
Text Example
Text Example
White with #1398FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398FE; }
p { color: rgb(19,152,254); }
H1.HeaderClassName
{
color: #1398FE;
}
.AnyTagClassName
{
color: #1398FE;
}
</style>
background-color css
<style>
a { background-color: #1398FE; }
a { background-color: rgb(19,152,254); }
div.DivClassName
{
background-color: #1398FE;
}
.BgClassName
{
background-color: #1398FE;
}
</style>
border-color css
<style>
span { border-color: #1398FE; }
span { border-color: rgb(19,152,254); }
td.TdClassName
{
border-color: #1398FE;
}
.TagClassName
{
border-color: #1398FE;
}
</style>