Shades of Dodger Blue #1492FA
Tints of Dodger Blue #1492FA
RGB
CMYK
RGB Variations
Color information
#1492FA (or 0x1492FA) is known color: Dodger Blue. HEX triplet: 14, 92 and FA. RGB value is (20,146,250). Sum of RGB (Red+Green+Blue) = 20+146+250=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #1492FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1492FA is #EB6D05. Grayscale: #777777. Windows color (decimal): -15428870 or 16421396. OLE color: 16421396.
HSL color Cylindrical-coordinate representation of color #1492FA: hue angle of 207.13º degrees, saturation: 0.96, 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 #1492FA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 146 | 250 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.02 |
| HSL | 207.13º | 0.96% | 0.53% | - |
| HSV(B) | 207.13º | 0.92% | 0.98% | - |
| XYZ | 27.82 | 27.61 | 94.31 | - |
| YUV | 120.18 | 201.26 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 250 | 0.92 | 0.42 | 0 | 0.02 | 207.13 | 0.96 | 0.53 |
| Hex | 14 | 92 | FA | 5C | 2A | 0 | 2 | CF | 60 | 35 |
| Octal | 24 | 222 | 372 | 134 | 52 | 0 | 2 | 317 | 140 | 65 |
| Binary | 10100 | 10010010 | 11111010 | 1011100 | 101010 | 0 | 10 | 11001111 | 1100000 | 110101 |
Color Harmonies of #1492FA
Complementary color
Monochromatic Colors of #1492FA
Black with #1492FA
Text Example
Text Example
White with #1492FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492FA; }
p { color: rgb(20,146,250); }
H1.HeaderClassName
{
color: #1492FA;
}
.AnyTagClassName
{
color: #1492FA;
}
</style>
background-color css
<style>
a { background-color: #1492FA; }
a { background-color: rgb(20,146,250); }
div.DivClassName
{
background-color: #1492FA;
}
.BgClassName
{
background-color: #1492FA;
}
</style>
border-color css
<style>
span { border-color: #1492FA; }
span { border-color: rgb(20,146,250); }
td.TdClassName
{
border-color: #1492FA;
}
.TagClassName
{
border-color: #1492FA;
}
</style>