Shades of Dodger Blue #1399F3
Tints of Dodger Blue #1399F3
RGB
CMYK
RGB Variations
Color information
#1399F3 (or 0x1399F3) is known color: Dodger Blue. HEX triplet: 13, 99 and F3. RGB value is (19,153,243). Sum of RGB (Red+Green+Blue) = 19+153+243=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #1399F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1399F3 is #EC660C. Grayscale: #7A7A7A. Windows color (decimal): -15492621 or 15964435. OLE color: 15964435.
HSL color Cylindrical-coordinate representation of color #1399F3: hue angle of 204.11º degrees, saturation: 0.9, 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 #1399F3 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 153 | 243 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.05 |
| HSL | 204.11º | 0.9% | 0.51% | - |
| HSV(B) | 204.11º | 0.92% | 0.95% | - |
| XYZ | 27.84 | 29.39 | 89 | - |
| YUV | 123.19 | 195.61 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 243 | 0.92 | 0.37 | 0 | 0.05 | 204.11 | 0.9 | 0.51 |
| Hex | 13 | 99 | F3 | 5C | 25 | 0 | 5 | CC | 5A | 33 |
| Octal | 23 | 231 | 363 | 134 | 45 | 0 | 5 | 314 | 132 | 63 |
| Binary | 10011 | 10011001 | 11110011 | 1011100 | 100101 | 0 | 101 | 11001100 | 1011010 | 110011 |
Color Harmonies of #1399F3
Complementary color
Monochromatic Colors of #1399F3
Black with #1399F3
Text Example
Text Example
White with #1399F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399F3; }
p { color: rgb(19,153,243); }
H1.HeaderClassName
{
color: #1399F3;
}
.AnyTagClassName
{
color: #1399F3;
}
</style>
background-color css
<style>
a { background-color: #1399F3; }
a { background-color: rgb(19,153,243); }
div.DivClassName
{
background-color: #1399F3;
}
.BgClassName
{
background-color: #1399F3;
}
</style>
border-color css
<style>
span { border-color: #1399F3; }
span { border-color: rgb(19,153,243); }
td.TdClassName
{
border-color: #1399F3;
}
.TagClassName
{
border-color: #1399F3;
}
</style>