Shades of Dodger Blue #1398FD
Tints of Dodger Blue #1398FD
RGB
CMYK
RGB Variations
Color information
#1398FD (or 0x1398FD) is known color: Dodger Blue. HEX triplet: 13, 98 and FD. RGB value is (19,152,253). Sum of RGB (Red+Green+Blue) = 19+152+253=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #1398FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1398FD is #EC6702. Grayscale: #7B7B7B. Windows color (decimal): -15492867 or 16619539. OLE color: 16619539.
HSL color Cylindrical-coordinate representation of color #1398FD: hue angle of 205.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1398FD is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 152 | 253 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.01 |
| HSL | 205.9º | 0.98% | 0.53% | - |
| HSV(B) | 205.9º | 0.92% | 0.99% | - |
| XYZ | 29.23 | 29.69 | 97.12 | - |
| YUV | 123.75 | 200.94 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 253 | 0.92 | 0.40 | 0 | 0.01 | 205.9 | 0.98 | 0.53 |
| Hex | 13 | 98 | FD | 5C | 28 | 0 | 1 | CE | 62 | 35 |
| Octal | 23 | 230 | 375 | 134 | 50 | 0 | 1 | 316 | 142 | 65 |
| Binary | 10011 | 10011000 | 11111101 | 1011100 | 101000 | 0 | 1 | 11001110 | 1100010 | 110101 |
Color Harmonies of #1398FD
Complementary color
Monochromatic Colors of #1398FD
Black with #1398FD
Text Example
Text Example
White with #1398FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398FD; }
p { color: rgb(19,152,253); }
H1.HeaderClassName
{
color: #1398FD;
}
.AnyTagClassName
{
color: #1398FD;
}
</style>
background-color css
<style>
a { background-color: #1398FD; }
a { background-color: rgb(19,152,253); }
div.DivClassName
{
background-color: #1398FD;
}
.BgClassName
{
background-color: #1398FD;
}
</style>
border-color css
<style>
span { border-color: #1398FD; }
span { border-color: rgb(19,152,253); }
td.TdClassName
{
border-color: #1398FD;
}
.TagClassName
{
border-color: #1398FD;
}
</style>