Shades of Dodger Blue #1581EB
Tints of Dodger Blue #1581EB
RGB
CMYK
RGB Variations
Color information
#1581EB (or 0x1581EB) is known color: Dodger Blue. HEX triplet: 15, 81 and EB. RGB value is (21,129,235). Sum of RGB (Red+Green+Blue) = 21+129+235=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #1581EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1581EB is #EA7E14. Grayscale: #6C6C6C. Windows color (decimal): -15367701 or 15434005. OLE color: 15434005.
HSL color Cylindrical-coordinate representation of color #1581EB: hue angle of 209.72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1581EB is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 129 | 235 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.08 |
| HSL | 209.72º | 0.84% | 0.5% | - |
| HSV(B) | 209.72º | 0.91% | 0.92% | - |
| XYZ | 23.15 | 21.86 | 81.6 | - |
| YUV | 108.79 | 199.22 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 235 | 0.91 | 0.45 | 0 | 0.08 | 209.72 | 0.84 | 0.5 |
| Hex | 15 | 81 | EB | 5B | 2D | 0 | 8 | D2 | 54 | 32 |
| Octal | 25 | 201 | 353 | 133 | 55 | 0 | 10 | 322 | 124 | 62 |
| Binary | 10101 | 10000001 | 11101011 | 1011011 | 101101 | 0 | 1000 | 11010010 | 1010100 | 110010 |
Color Harmonies of #1581EB
Complementary color
Monochromatic Colors of #1581EB
Black with #1581EB
Text Example
Text Example
White with #1581EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581EB; }
p { color: rgb(21,129,235); }
H1.HeaderClassName
{
color: #1581EB;
}
.AnyTagClassName
{
color: #1581EB;
}
</style>
background-color css
<style>
a { background-color: #1581EB; }
a { background-color: rgb(21,129,235); }
div.DivClassName
{
background-color: #1581EB;
}
.BgClassName
{
background-color: #1581EB;
}
</style>
border-color css
<style>
span { border-color: #1581EB; }
span { border-color: rgb(21,129,235); }
td.TdClassName
{
border-color: #1581EB;
}
.TagClassName
{
border-color: #1581EB;
}
</style>