Shades of Dodger Blue #1392F9
Tints of Dodger Blue #1392F9
RGB
CMYK
RGB Variations
Color information
#1392F9 (or 0x1392F9) is known color: Dodger Blue. HEX triplet: 13, 92 and F9. RGB value is (19,146,249). Sum of RGB (Red+Green+Blue) = 19+146+249=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #1392F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1392F9 is #EC6D06. Grayscale: #777777. Windows color (decimal): -15494407 or 16355859. OLE color: 16355859.
HSL color Cylindrical-coordinate representation of color #1392F9: hue angle of 206.87º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1392F9 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 146 | 249 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.02 |
| HSL | 206.87º | 0.95% | 0.53% | - |
| HSV(B) | 206.87º | 0.92% | 0.98% | - |
| XYZ | 27.65 | 27.54 | 93.48 | - |
| YUV | 119.77 | 200.92 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 249 | 0.92 | 0.41 | 0 | 0.02 | 206.87 | 0.95 | 0.53 |
| Hex | 13 | 92 | F9 | 5C | 29 | 0 | 2 | CF | 5F | 35 |
| Octal | 23 | 222 | 371 | 134 | 51 | 0 | 2 | 317 | 137 | 65 |
| Binary | 10011 | 10010010 | 11111001 | 1011100 | 101001 | 0 | 10 | 11001111 | 1011111 | 110101 |
Color Harmonies of #1392F9
Complementary color
Monochromatic Colors of #1392F9
Black with #1392F9
Text Example
Text Example
White with #1392F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392F9; }
p { color: rgb(19,146,249); }
H1.HeaderClassName
{
color: #1392F9;
}
.AnyTagClassName
{
color: #1392F9;
}
</style>
background-color css
<style>
a { background-color: #1392F9; }
a { background-color: rgb(19,146,249); }
div.DivClassName
{
background-color: #1392F9;
}
.BgClassName
{
background-color: #1392F9;
}
</style>
border-color css
<style>
span { border-color: #1392F9; }
span { border-color: rgb(19,146,249); }
td.TdClassName
{
border-color: #1392F9;
}
.TagClassName
{
border-color: #1392F9;
}
</style>