Shades of Dodger Blue #1491FE
Tints of Dodger Blue #1491FE
RGB
CMYK
RGB Variations
Color information
#1491FE (or 0x1491FE) is known color: Dodger Blue. HEX triplet: 14, 91 and FE. RGB value is (20,145,254). Sum of RGB (Red+Green+Blue) = 20+145+254=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #1491FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1491FE is #EB6E01. Grayscale: #777777. Windows color (decimal): -15429122 or 16683284. OLE color: 16683284.
HSL color Cylindrical-coordinate representation of color #1491FE: hue angle of 207.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1491FE is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 145 | 254 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.00 |
| HSL | 207.95º | 0.99% | 0.54% | - |
| HSV(B) | 207.95º | 0.92% | 1% | - |
| XYZ | 28.3 | 27.56 | 97.59 | - |
| YUV | 120.05 | 203.59 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 254 | 0.92 | 0.43 | 0 | 0.00 | 207.95 | 0.99 | 0.54 |
| Hex | 14 | 91 | FE | 5C | 2B | 0 | 0 | D0 | 63 | 36 |
| Octal | 24 | 221 | 376 | 134 | 53 | 0 | 0 | 320 | 143 | 66 |
| Binary | 10100 | 10010001 | 11111110 | 1011100 | 101011 | 0 | 0 | 11010000 | 1100011 | 110110 |
Color Harmonies of #1491FE
Complementary color
Monochromatic Colors of #1491FE
Black with #1491FE
Text Example
Text Example
White with #1491FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1491FE; }
p { color: rgb(20,145,254); }
H1.HeaderClassName
{
color: #1491FE;
}
.AnyTagClassName
{
color: #1491FE;
}
</style>
background-color css
<style>
a { background-color: #1491FE; }
a { background-color: rgb(20,145,254); }
div.DivClassName
{
background-color: #1491FE;
}
.BgClassName
{
background-color: #1491FE;
}
</style>
border-color css
<style>
span { border-color: #1491FE; }
span { border-color: rgb(20,145,254); }
td.TdClassName
{
border-color: #1491FE;
}
.TagClassName
{
border-color: #1491FE;
}
</style>