Shades of Dodger Blue #1580FA
Tints of Dodger Blue #1580FA
RGB
CMYK
RGB Variations
Color information
#1580FA (or 0x1580FA) is known color: Dodger Blue. HEX triplet: 15, 80 and FA. RGB value is (21,128,250). Sum of RGB (Red+Green+Blue) = 21+128+250=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #1580FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580FA is #EA7F05. Grayscale: #6D6D6D. Windows color (decimal): -15367942 or 16416789. OLE color: 16416789.
HSL color Cylindrical-coordinate representation of color #1580FA: hue angle of 211.97º 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 #1580FA is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 128 | 250 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.02 |
| HSL | 211.97º | 0.96% | 0.53% | - |
| HSV(B) | 211.97º | 0.92% | 0.98% | - |
| XYZ | 25.28 | 22.5 | 93.45 | - |
| YUV | 109.92 | 207.05 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 250 | 0.92 | 0.49 | 0 | 0.02 | 211.97 | 0.96 | 0.53 |
| Hex | 15 | 80 | FA | 5C | 31 | 0 | 2 | D4 | 60 | 35 |
| Octal | 25 | 200 | 372 | 134 | 61 | 0 | 2 | 324 | 140 | 65 |
| Binary | 10101 | 10000000 | 11111010 | 1011100 | 110001 | 0 | 10 | 11010100 | 1100000 | 110101 |
Color Harmonies of #1580FA
Complementary color
Monochromatic Colors of #1580FA
Black with #1580FA
Text Example
Text Example
White with #1580FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580FA; }
p { color: rgb(21,128,250); }
H1.HeaderClassName
{
color: #1580FA;
}
.AnyTagClassName
{
color: #1580FA;
}
</style>
background-color css
<style>
a { background-color: #1580FA; }
a { background-color: rgb(21,128,250); }
div.DivClassName
{
background-color: #1580FA;
}
.BgClassName
{
background-color: #1580FA;
}
</style>
border-color css
<style>
span { border-color: #1580FA; }
span { border-color: rgb(21,128,250); }
td.TdClassName
{
border-color: #1580FA;
}
.TagClassName
{
border-color: #1580FA;
}
</style>