Shades of Dodger Blue #159CF1
Tints of Dodger Blue #159CF1
RGB
CMYK
RGB Variations
Color information
#159CF1 (or 0x159CF1) is known color: Dodger Blue. HEX triplet: 15, 9C and F1. RGB value is (21,156,241). Sum of RGB (Red+Green+Blue) = 21+156+241=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #159CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CF1 is #EA630E. Grayscale: #7C7C7C. Windows color (decimal): -15360783 or 15834133. OLE color: 15834133.
HSL color Cylindrical-coordinate representation of color #159CF1: hue angle of 203.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159CF1 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 156 | 241 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.05 |
| HSL | 203.18º | 0.89% | 0.51% | - |
| HSV(B) | 203.18º | 0.91% | 0.95% | - |
| XYZ | 28.07 | 30.29 | 87.59 | - |
| YUV | 125.33 | 193.27 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 241 | 0.91 | 0.35 | 0 | 0.05 | 203.18 | 0.89 | 0.51 |
| Hex | 15 | 9C | F1 | 5B | 23 | 0 | 5 | CB | 59 | 33 |
| Octal | 25 | 234 | 361 | 133 | 43 | 0 | 5 | 313 | 131 | 63 |
| Binary | 10101 | 10011100 | 11110001 | 1011011 | 100011 | 0 | 101 | 11001011 | 1011001 | 110011 |
Color Harmonies of #159CF1
Complementary color
Monochromatic Colors of #159CF1
Black with #159CF1
Text Example
Text Example
White with #159CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CF1; }
p { color: rgb(21,156,241); }
H1.HeaderClassName
{
color: #159CF1;
}
.AnyTagClassName
{
color: #159CF1;
}
</style>
background-color css
<style>
a { background-color: #159CF1; }
a { background-color: rgb(21,156,241); }
div.DivClassName
{
background-color: #159CF1;
}
.BgClassName
{
background-color: #159CF1;
}
</style>
border-color css
<style>
span { border-color: #159CF1; }
span { border-color: rgb(21,156,241); }
td.TdClassName
{
border-color: #159CF1;
}
.TagClassName
{
border-color: #159CF1;
}
</style>