Shades of Dodger Blue #1399F1
Tints of Dodger Blue #1399F1
RGB
CMYK
RGB Variations
Color information
#1399F1 (or 0x1399F1) is known color: Dodger Blue. HEX triplet: 13, 99 and F1. RGB value is (19,153,241). Sum of RGB (Red+Green+Blue) = 19+153+241=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #1399F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1399F1 is #EC660E. Grayscale: #7A7A7A. Windows color (decimal): -15492623 or 15833363. OLE color: 15833363.
HSL color Cylindrical-coordinate representation of color #1399F1: hue angle of 203.78º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1399F1 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 153 | 241 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.05 |
| HSL | 203.78º | 0.89% | 0.51% | - |
| HSV(B) | 203.78º | 0.92% | 0.95% | - |
| XYZ | 27.54 | 29.27 | 87.42 | - |
| YUV | 122.97 | 194.61 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 241 | 0.92 | 0.37 | 0 | 0.05 | 203.78 | 0.89 | 0.51 |
| Hex | 13 | 99 | F1 | 5C | 25 | 0 | 5 | CC | 59 | 33 |
| Octal | 23 | 231 | 361 | 134 | 45 | 0 | 5 | 314 | 131 | 63 |
| Binary | 10011 | 10011001 | 11110001 | 1011100 | 100101 | 0 | 101 | 11001100 | 1011001 | 110011 |
Color Harmonies of #1399F1
Complementary color
Monochromatic Colors of #1399F1
Black with #1399F1
Text Example
Text Example
White with #1399F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399F1; }
p { color: rgb(19,153,241); }
H1.HeaderClassName
{
color: #1399F1;
}
.AnyTagClassName
{
color: #1399F1;
}
</style>
background-color css
<style>
a { background-color: #1399F1; }
a { background-color: rgb(19,153,241); }
div.DivClassName
{
background-color: #1399F1;
}
.BgClassName
{
background-color: #1399F1;
}
</style>
border-color css
<style>
span { border-color: #1399F1; }
span { border-color: rgb(19,153,241); }
td.TdClassName
{
border-color: #1399F1;
}
.TagClassName
{
border-color: #1399F1;
}
</style>