Shades of Dodger Blue #158ADF
Tints of Dodger Blue #158ADF
RGB
CMYK
RGB Variations
Color information
#158ADF (or 0x158ADF) is known color: Dodger Blue. HEX triplet: 15, 8A and DF. RGB value is (21,138,223). Sum of RGB (Red+Green+Blue) = 21+138+223=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #158ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ADF is #EA7520. Grayscale: #707070. Windows color (decimal): -15365409 or 14649877. OLE color: 14649877.
HSL color Cylindrical-coordinate representation of color #158ADF: hue angle of 205.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158ADF is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 138 | 223 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.13 |
| HSL | 205.25º | 0.83% | 0.48% | - |
| HSV(B) | 205.25º | 0.91% | 0.87% | - |
| XYZ | 22.72 | 23.66 | 73.18 | - |
| YUV | 112.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 223 | 0.91 | 0.38 | 0 | 0.13 | 205.25 | 0.83 | 0.48 |
| Hex | 15 | 8A | DF | 5B | 26 | 0 | D | CD | 53 | 30 |
| Octal | 25 | 212 | 337 | 133 | 46 | 0 | 15 | 315 | 123 | 60 |
| Binary | 10101 | 10001010 | 11011111 | 1011011 | 100110 | 0 | 1101 | 11001101 | 1010011 | 110000 |
Color Harmonies of #158ADF
Complementary color
Monochromatic Colors of #158ADF
Black with #158ADF
Text Example
Text Example
White with #158ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158ADF; }
p { color: rgb(21,138,223); }
H1.HeaderClassName
{
color: #158ADF;
}
.AnyTagClassName
{
color: #158ADF;
}
</style>
background-color css
<style>
a { background-color: #158ADF; }
a { background-color: rgb(21,138,223); }
div.DivClassName
{
background-color: #158ADF;
}
.BgClassName
{
background-color: #158ADF;
}
</style>
border-color css
<style>
span { border-color: #158ADF; }
span { border-color: rgb(21,138,223); }
td.TdClassName
{
border-color: #158ADF;
}
.TagClassName
{
border-color: #158ADF;
}
</style>