Shades of Dodger Blue #1491F4
Tints of Dodger Blue #1491F4
RGB
CMYK
RGB Variations
Color information
#1491F4 (or 0x1491F4) is known color: Dodger Blue. HEX triplet: 14, 91 and F4. RGB value is (20,145,244). Sum of RGB (Red+Green+Blue) = 20+145+244=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #1491F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1491F4 is #EB6E0B. Grayscale: #767676. Windows color (decimal): -15429132 or 16027924. OLE color: 16027924.
HSL color Cylindrical-coordinate representation of color #1491F4: hue angle of 206.52º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1491F4 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 145 | 244 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.04 |
| HSL | 206.52º | 0.91% | 0.52% | - |
| HSV(B) | 206.52º | 0.92% | 0.96% | - |
| XYZ | 26.74 | 26.93 | 89.38 | - |
| YUV | 118.91 | 198.59 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 244 | 0.92 | 0.41 | 0 | 0.04 | 206.52 | 0.91 | 0.52 |
| Hex | 14 | 91 | F4 | 5C | 29 | 0 | 4 | CF | 5B | 34 |
| Octal | 24 | 221 | 364 | 134 | 51 | 0 | 4 | 317 | 133 | 64 |
| Binary | 10100 | 10010001 | 11110100 | 1011100 | 101001 | 0 | 100 | 11001111 | 1011011 | 110100 |
Color Harmonies of #1491F4
Complementary color
Monochromatic Colors of #1491F4
Black with #1491F4
Text Example
Text Example
White with #1491F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1491F4; }
p { color: rgb(20,145,244); }
H1.HeaderClassName
{
color: #1491F4;
}
.AnyTagClassName
{
color: #1491F4;
}
</style>
background-color css
<style>
a { background-color: #1491F4; }
a { background-color: rgb(20,145,244); }
div.DivClassName
{
background-color: #1491F4;
}
.BgClassName
{
background-color: #1491F4;
}
</style>
border-color css
<style>
span { border-color: #1491F4; }
span { border-color: rgb(20,145,244); }
td.TdClassName
{
border-color: #1491F4;
}
.TagClassName
{
border-color: #1491F4;
}
</style>