Shades of Dodger Blue #1580FE
Tints of Dodger Blue #1580FE
RGB
CMYK
RGB Variations
Color information
#1580FE (or 0x1580FE) is known color: Dodger Blue. HEX triplet: 15, 80 and FE. RGB value is (21,128,254). Sum of RGB (Red+Green+Blue) = 21+128+254=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #1580FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580FE is #EA7F01. Grayscale: #6D6D6D. Windows color (decimal): -15367938 or 16678933. OLE color: 16678933.
HSL color Cylindrical-coordinate representation of color #1580FE: hue angle of 212.45º 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 #1580FE is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 128 | 254 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.00 |
| HSL | 212.45º | 0.99% | 0.54% | - |
| HSV(B) | 212.45º | 0.92% | 1% | - |
| XYZ | 25.92 | 22.75 | 96.79 | - |
| YUV | 110.37 | 209.05 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 254 | 0.92 | 0.50 | 0 | 0.00 | 212.45 | 0.99 | 0.54 |
| Hex | 15 | 80 | FE | 5C | 32 | 0 | 0 | D4 | 63 | 36 |
| Octal | 25 | 200 | 376 | 134 | 62 | 0 | 0 | 324 | 143 | 66 |
| Binary | 10101 | 10000000 | 11111110 | 1011100 | 110010 | 0 | 0 | 11010100 | 1100011 | 110110 |
Color Harmonies of #1580FE
Complementary color
Monochromatic Colors of #1580FE
Black with #1580FE
Text Example
Text Example
White with #1580FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580FE; }
p { color: rgb(21,128,254); }
H1.HeaderClassName
{
color: #1580FE;
}
.AnyTagClassName
{
color: #1580FE;
}
</style>
background-color css
<style>
a { background-color: #1580FE; }
a { background-color: rgb(21,128,254); }
div.DivClassName
{
background-color: #1580FE;
}
.BgClassName
{
background-color: #1580FE;
}
</style>
border-color css
<style>
span { border-color: #1580FE; }
span { border-color: rgb(21,128,254); }
td.TdClassName
{
border-color: #1580FE;
}
.TagClassName
{
border-color: #1580FE;
}
</style>