Shades of Dodger Blue #1583ED
Tints of Dodger Blue #1583ED
RGB
CMYK
RGB Variations
Color information
#1583ED (or 0x1583ED) is known color: Dodger Blue. HEX triplet: 15, 83 and ED. RGB value is (21,131,237). Sum of RGB (Red+Green+Blue) = 21+131+237=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #1583ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1583ED is #EA7C12. Grayscale: #6D6D6D. Windows color (decimal): -15367187 or 15565589. OLE color: 15565589.
HSL color Cylindrical-coordinate representation of color #1583ED: hue angle of 209.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1583ED is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 131 | 237 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.07 |
| HSL | 209.44º | 0.86% | 0.51% | - |
| HSV(B) | 209.44º | 0.91% | 0.93% | - |
| XYZ | 23.71 | 22.51 | 83.22 | - |
| YUV | 110.19 | 199.56 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 237 | 0.91 | 0.45 | 0 | 0.07 | 209.44 | 0.86 | 0.51 |
| Hex | 15 | 83 | ED | 5B | 2D | 0 | 7 | D1 | 56 | 33 |
| Octal | 25 | 203 | 355 | 133 | 55 | 0 | 7 | 321 | 126 | 63 |
| Binary | 10101 | 10000011 | 11101101 | 1011011 | 101101 | 0 | 111 | 11010001 | 1010110 | 110011 |
Color Harmonies of #1583ED
Complementary color
Monochromatic Colors of #1583ED
Black with #1583ED
Text Example
Text Example
White with #1583ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1583ED; }
p { color: rgb(21,131,237); }
H1.HeaderClassName
{
color: #1583ED;
}
.AnyTagClassName
{
color: #1583ED;
}
</style>
background-color css
<style>
a { background-color: #1583ED; }
a { background-color: rgb(21,131,237); }
div.DivClassName
{
background-color: #1583ED;
}
.BgClassName
{
background-color: #1583ED;
}
</style>
border-color css
<style>
span { border-color: #1583ED; }
span { border-color: rgb(21,131,237); }
td.TdClassName
{
border-color: #1583ED;
}
.TagClassName
{
border-color: #1583ED;
}
</style>