Shades of Dodger Blue #1580F2
Tints of Dodger Blue #1580F2
RGB
CMYK
RGB Variations
Color information
#1580F2 (or 0x1580F2) is known color: Dodger Blue. HEX triplet: 15, 80 and F2. RGB value is (21,128,242). Sum of RGB (Red+Green+Blue) = 21+128+242=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #1580F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580F2 is #EA7F0D. Grayscale: #6C6C6C. Windows color (decimal): -15367950 or 15892501. OLE color: 15892501.
HSL color Cylindrical-coordinate representation of color #1580F2: hue angle of 210.95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1580F2 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 128 | 242 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.05 |
| HSL | 210.95º | 0.89% | 0.52% | - |
| HSV(B) | 210.95º | 0.91% | 0.95% | - |
| XYZ | 24.06 | 22.01 | 86.98 | - |
| YUV | 109 | 203.05 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 242 | 0.91 | 0.47 | 0 | 0.05 | 210.95 | 0.89 | 0.52 |
| Hex | 15 | 80 | F2 | 5B | 2F | 0 | 5 | D3 | 59 | 34 |
| Octal | 25 | 200 | 362 | 133 | 57 | 0 | 5 | 323 | 131 | 64 |
| Binary | 10101 | 10000000 | 11110010 | 1011011 | 101111 | 0 | 101 | 11010011 | 1011001 | 110100 |
Color Harmonies of #1580F2
Complementary color
Monochromatic Colors of #1580F2
Black with #1580F2
Text Example
Text Example
White with #1580F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580F2; }
p { color: rgb(21,128,242); }
H1.HeaderClassName
{
color: #1580F2;
}
.AnyTagClassName
{
color: #1580F2;
}
</style>
background-color css
<style>
a { background-color: #1580F2; }
a { background-color: rgb(21,128,242); }
div.DivClassName
{
background-color: #1580F2;
}
.BgClassName
{
background-color: #1580F2;
}
</style>
border-color css
<style>
span { border-color: #1580F2; }
span { border-color: rgb(21,128,242); }
td.TdClassName
{
border-color: #1580F2;
}
.TagClassName
{
border-color: #1580F2;
}
</style>