Shades of Dodger Blue #1491FB
Tints of Dodger Blue #1491FB
RGB
CMYK
RGB Variations
Color information
#1491FB (or 0x1491FB) is known color: Dodger Blue. HEX triplet: 14, 91 and FB. RGB value is (20,145,251). Sum of RGB (Red+Green+Blue) = 20+145+251=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #1491FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1491FB is #EB6E04. Grayscale: #777777. Windows color (decimal): -15429125 or 16486676. OLE color: 16486676.
HSL color Cylindrical-coordinate representation of color #1491FB: hue angle of 207.53º degrees, saturation: 0.97, 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 #1491FB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 145 | 251 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.02 |
| HSL | 207.53º | 0.97% | 0.53% | - |
| HSV(B) | 207.53º | 0.92% | 0.98% | - |
| XYZ | 27.83 | 27.36 | 95.08 | - |
| YUV | 119.71 | 202.09 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 251 | 0.92 | 0.42 | 0 | 0.02 | 207.53 | 0.97 | 0.53 |
| Hex | 14 | 91 | FB | 5C | 2A | 0 | 2 | D0 | 61 | 35 |
| Octal | 24 | 221 | 373 | 134 | 52 | 0 | 2 | 320 | 141 | 65 |
| Binary | 10100 | 10010001 | 11111011 | 1011100 | 101010 | 0 | 10 | 11010000 | 1100001 | 110101 |
Color Harmonies of #1491FB
Complementary color
Monochromatic Colors of #1491FB
Black with #1491FB
Text Example
Text Example
White with #1491FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1491FB; }
p { color: rgb(20,145,251); }
H1.HeaderClassName
{
color: #1491FB;
}
.AnyTagClassName
{
color: #1491FB;
}
</style>
background-color css
<style>
a { background-color: #1491FB; }
a { background-color: rgb(20,145,251); }
div.DivClassName
{
background-color: #1491FB;
}
.BgClassName
{
background-color: #1491FB;
}
</style>
border-color css
<style>
span { border-color: #1491FB; }
span { border-color: rgb(20,145,251); }
td.TdClassName
{
border-color: #1491FB;
}
.TagClassName
{
border-color: #1491FB;
}
</style>