Shades of Dodger Blue #1398FF
Tints of Dodger Blue #1398FF
RGB
CMYK
RGB Variations
Color information
#1398FF (or 0x1398FF) is known color: Dodger Blue. HEX triplet: 13, 98 and FF. RGB value is (19,152,255). Sum of RGB (Red+Green+Blue) = 19+152+255=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #1398FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1398FF is #EC6700. Grayscale: #7B7B7B. Windows color (decimal): -15492865 or 16750611. OLE color: 16750611.
HSL color Cylindrical-coordinate representation of color #1398FF: hue angle of 206.19º 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 #1398FF is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 152 | 255 | - |
| CMYK | 0.93 | 0.40 | 0 | 0 |
| HSL | 206.19º | 1% | 0.54% | - |
| HSV(B) | 206.19º | 0.93% | 1% | - |
| XYZ | 29.55 | 29.81 | 98.81 | - |
| YUV | 123.98 | 201.94 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 255 | 0.93 | 0.40 | 0 | 0 | 206.19 | 1 | 0.54 |
| Hex | 13 | 98 | FF | 5D | 28 | 0 | 0 | CE | 64 | 36 |
| Octal | 23 | 230 | 377 | 135 | 50 | 0 | 0 | 316 | 144 | 66 |
| Binary | 10011 | 10011000 | 11111111 | 1011101 | 101000 | 0 | 0 | 11001110 | 1100100 | 110110 |
Color Harmonies of #1398FF
Complementary color
Monochromatic Colors of #1398FF
Black with #1398FF
Text Example
Text Example
White with #1398FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398FF; }
p { color: rgb(19,152,255); }
H1.HeaderClassName
{
color: #1398FF;
}
.AnyTagClassName
{
color: #1398FF;
}
</style>
background-color css
<style>
a { background-color: #1398FF; }
a { background-color: rgb(19,152,255); }
div.DivClassName
{
background-color: #1398FF;
}
.BgClassName
{
background-color: #1398FF;
}
</style>
border-color css
<style>
span { border-color: #1398FF; }
span { border-color: rgb(19,152,255); }
td.TdClassName
{
border-color: #1398FF;
}
.TagClassName
{
border-color: #1398FF;
}
</style>