Shades of Dodger Blue #1479FB
Tints of Dodger Blue #1479FB
RGB
CMYK
RGB Variations
Color information
#1479FB (or 0x1479FB) is known color: Dodger Blue. HEX triplet: 14, 79 and FB. RGB value is (20,121,251). Sum of RGB (Red+Green+Blue) = 20+121+251=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #1479FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479FB is #EB8604. Grayscale: #696969. Windows color (decimal): -15435269 or 16480532. OLE color: 16480532.
HSL color Cylindrical-coordinate representation of color #1479FB: hue angle of 213.77º 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 #1479FB is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 121 | 251 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.02 |
| HSL | 213.77º | 0.97% | 0.53% | - |
| HSV(B) | 213.77º | 0.92% | 0.98% | - |
| XYZ | 24.54 | 20.79 | 93.99 | - |
| YUV | 105.62 | 210.04 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 251 | 0.92 | 0.52 | 0 | 0.02 | 213.77 | 0.97 | 0.53 |
| Hex | 14 | 79 | FB | 5C | 34 | 0 | 2 | D6 | 61 | 35 |
| Octal | 24 | 171 | 373 | 134 | 64 | 0 | 2 | 326 | 141 | 65 |
| Binary | 10100 | 1111001 | 11111011 | 1011100 | 110100 | 0 | 10 | 11010110 | 1100001 | 110101 |
Color Harmonies of #1479FB
Complementary color
Monochromatic Colors of #1479FB
Black with #1479FB
Text Example
Text Example
White with #1479FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479FB; }
p { color: rgb(20,121,251); }
H1.HeaderClassName
{
color: #1479FB;
}
.AnyTagClassName
{
color: #1479FB;
}
</style>
background-color css
<style>
a { background-color: #1479FB; }
a { background-color: rgb(20,121,251); }
div.DivClassName
{
background-color: #1479FB;
}
.BgClassName
{
background-color: #1479FB;
}
</style>
border-color css
<style>
span { border-color: #1479FB; }
span { border-color: rgb(20,121,251); }
td.TdClassName
{
border-color: #1479FB;
}
.TagClassName
{
border-color: #1479FB;
}
</style>