Shades of Dodger Blue #159AED
Tints of Dodger Blue #159AED
RGB
CMYK
RGB Variations
Color information
#159AED (or 0x159AED) is known color: Dodger Blue. HEX triplet: 15, 9A and ED. RGB value is (21,154,237). Sum of RGB (Red+Green+Blue) = 21+154+237=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #159AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159AED is #EA6512. Grayscale: #7B7B7B. Windows color (decimal): -15361299 or 15571477. OLE color: 15571477.
HSL color Cylindrical-coordinate representation of color #159AED: hue angle of 203.06º 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 #159AED is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 154 | 237 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.07 |
| HSL | 203.06º | 0.86% | 0.51% | - |
| HSV(B) | 203.06º | 0.91% | 0.93% | - |
| XYZ | 27.15 | 29.39 | 84.36 | - |
| YUV | 123.7 | 191.94 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 237 | 0.91 | 0.35 | 0 | 0.07 | 203.06 | 0.86 | 0.51 |
| Hex | 15 | 9A | ED | 5B | 23 | 0 | 7 | CB | 56 | 33 |
| Octal | 25 | 232 | 355 | 133 | 43 | 0 | 7 | 313 | 126 | 63 |
| Binary | 10101 | 10011010 | 11101101 | 1011011 | 100011 | 0 | 111 | 11001011 | 1010110 | 110011 |
Color Harmonies of #159AED
Complementary color
Monochromatic Colors of #159AED
Black with #159AED
Text Example
Text Example
White with #159AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159AED; }
p { color: rgb(21,154,237); }
H1.HeaderClassName
{
color: #159AED;
}
.AnyTagClassName
{
color: #159AED;
}
</style>
background-color css
<style>
a { background-color: #159AED; }
a { background-color: rgb(21,154,237); }
div.DivClassName
{
background-color: #159AED;
}
.BgClassName
{
background-color: #159AED;
}
</style>
border-color css
<style>
span { border-color: #159AED; }
span { border-color: rgb(21,154,237); }
td.TdClassName
{
border-color: #159AED;
}
.TagClassName
{
border-color: #159AED;
}
</style>