Shades of Dodger Blue #1580F1
Tints of Dodger Blue #1580F1
RGB
CMYK
RGB Variations
Color information
#1580F1 (or 0x1580F1) is known color: Dodger Blue. HEX triplet: 15, 80 and F1. RGB value is (21,128,241). Sum of RGB (Red+Green+Blue) = 21+128+241=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #1580F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580F1 is #EA7F0E. Grayscale: #6C6C6C. Windows color (decimal): -15367951 or 15826965. OLE color: 15826965.
HSL color Cylindrical-coordinate representation of color #1580F1: hue angle of 210.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1580F1 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 128 | 241 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.05 |
| HSL | 210.82º | 0.89% | 0.51% | - |
| HSV(B) | 210.82º | 0.91% | 0.95% | - |
| XYZ | 23.91 | 21.95 | 86.2 | - |
| YUV | 108.89 | 202.55 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 241 | 0.91 | 0.47 | 0 | 0.05 | 210.82 | 0.89 | 0.51 |
| Hex | 15 | 80 | F1 | 5B | 2F | 0 | 5 | D3 | 59 | 33 |
| Octal | 25 | 200 | 361 | 133 | 57 | 0 | 5 | 323 | 131 | 63 |
| Binary | 10101 | 10000000 | 11110001 | 1011011 | 101111 | 0 | 101 | 11010011 | 1011001 | 110011 |
Color Harmonies of #1580F1
Complementary color
Monochromatic Colors of #1580F1
Black with #1580F1
Text Example
Text Example
White with #1580F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580F1; }
p { color: rgb(21,128,241); }
H1.HeaderClassName
{
color: #1580F1;
}
.AnyTagClassName
{
color: #1580F1;
}
</style>
background-color css
<style>
a { background-color: #1580F1; }
a { background-color: rgb(21,128,241); }
div.DivClassName
{
background-color: #1580F1;
}
.BgClassName
{
background-color: #1580F1;
}
</style>
border-color css
<style>
span { border-color: #1580F1; }
span { border-color: rgb(21,128,241); }
td.TdClassName
{
border-color: #1580F1;
}
.TagClassName
{
border-color: #1580F1;
}
</style>