Shades of Dodger Blue #1492F9
Tints of Dodger Blue #1492F9
RGB
CMYK
RGB Variations
Color information
#1492F9 (or 0x1492F9) is known color: Dodger Blue. HEX triplet: 14, 92 and F9. RGB value is (20,146,249). Sum of RGB (Red+Green+Blue) = 20+146+249=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #1492F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1492F9 is #EB6D06. Grayscale: #777777. Windows color (decimal): -15428871 or 16355860. OLE color: 16355860.
HSL color Cylindrical-coordinate representation of color #1492F9: hue angle of 206.99º 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 #1492F9 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 146 | 249 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.02 |
| HSL | 206.99º | 0.95% | 0.53% | - |
| HSV(B) | 206.99º | 0.92% | 0.98% | - |
| XYZ | 27.67 | 27.55 | 93.48 | - |
| YUV | 120.07 | 200.76 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 249 | 0.92 | 0.41 | 0 | 0.02 | 206.99 | 0.95 | 0.53 |
| Hex | 14 | 92 | F9 | 5C | 29 | 0 | 2 | CF | 5F | 35 |
| Octal | 24 | 222 | 371 | 134 | 51 | 0 | 2 | 317 | 137 | 65 |
| Binary | 10100 | 10010010 | 11111001 | 1011100 | 101001 | 0 | 10 | 11001111 | 1011111 | 110101 |
Color Harmonies of #1492F9
Complementary color
Monochromatic Colors of #1492F9
Black with #1492F9
Text Example
Text Example
White with #1492F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492F9; }
p { color: rgb(20,146,249); }
H1.HeaderClassName
{
color: #1492F9;
}
.AnyTagClassName
{
color: #1492F9;
}
</style>
background-color css
<style>
a { background-color: #1492F9; }
a { background-color: rgb(20,146,249); }
div.DivClassName
{
background-color: #1492F9;
}
.BgClassName
{
background-color: #1492F9;
}
</style>
border-color css
<style>
span { border-color: #1492F9; }
span { border-color: rgb(20,146,249); }
td.TdClassName
{
border-color: #1492F9;
}
.TagClassName
{
border-color: #1492F9;
}
</style>