Shades of Dodger Blue #1581EA
Tints of Dodger Blue #1581EA
RGB
CMYK
RGB Variations
Color information
#1581EA (or 0x1581EA) is known color: Dodger Blue. HEX triplet: 15, 81 and EA. RGB value is (21,129,234). Sum of RGB (Red+Green+Blue) = 21+129+234=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #1581EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1581EA is #EA7E15. Grayscale: #6C6C6C. Windows color (decimal): -15367702 or 15368469. OLE color: 15368469.
HSL color Cylindrical-coordinate representation of color #1581EA: hue angle of 209.58º 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 #1581EA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 129 | 234 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.08 |
| HSL | 209.58º | 0.84% | 0.5% | - |
| HSV(B) | 209.58º | 0.91% | 0.92% | - |
| XYZ | 23.01 | 21.8 | 80.84 | - |
| YUV | 108.68 | 198.72 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 234 | 0.91 | 0.45 | 0 | 0.08 | 209.58 | 0.84 | 0.5 |
| Hex | 15 | 81 | EA | 5B | 2D | 0 | 8 | D2 | 54 | 32 |
| Octal | 25 | 201 | 352 | 133 | 55 | 0 | 10 | 322 | 124 | 62 |
| Binary | 10101 | 10000001 | 11101010 | 1011011 | 101101 | 0 | 1000 | 11010010 | 1010100 | 110010 |
Color Harmonies of #1581EA
Complementary color
Monochromatic Colors of #1581EA
Black with #1581EA
Text Example
Text Example
White with #1581EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581EA; }
p { color: rgb(21,129,234); }
H1.HeaderClassName
{
color: #1581EA;
}
.AnyTagClassName
{
color: #1581EA;
}
</style>
background-color css
<style>
a { background-color: #1581EA; }
a { background-color: rgb(21,129,234); }
div.DivClassName
{
background-color: #1581EA;
}
.BgClassName
{
background-color: #1581EA;
}
</style>
border-color css
<style>
span { border-color: #1581EA; }
span { border-color: rgb(21,129,234); }
td.TdClassName
{
border-color: #1581EA;
}
.TagClassName
{
border-color: #1581EA;
}
</style>