Shades of Dodger Blue #159CF2
Tints of Dodger Blue #159CF2
RGB
CMYK
RGB Variations
Color information
#159CF2 (or 0x159CF2) is known color: Dodger Blue. HEX triplet: 15, 9C and F2. RGB value is (21,156,242). Sum of RGB (Red+Green+Blue) = 21+156+242=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #159CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CF2 is #EA630D. Grayscale: #7C7C7C. Windows color (decimal): -15360782 or 15899669. OLE color: 15899669.
HSL color Cylindrical-coordinate representation of color #159CF2: hue angle of 203.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159CF2 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 156 | 242 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.05 |
| HSL | 203.35º | 0.89% | 0.52% | - |
| HSV(B) | 203.35º | 0.91% | 0.95% | - |
| XYZ | 28.22 | 30.35 | 88.37 | - |
| YUV | 125.44 | 193.77 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 242 | 0.91 | 0.36 | 0 | 0.05 | 203.35 | 0.89 | 0.52 |
| Hex | 15 | 9C | F2 | 5B | 24 | 0 | 5 | CB | 59 | 34 |
| Octal | 25 | 234 | 362 | 133 | 44 | 0 | 5 | 313 | 131 | 64 |
| Binary | 10101 | 10011100 | 11110010 | 1011011 | 100100 | 0 | 101 | 11001011 | 1011001 | 110100 |
Color Harmonies of #159CF2
Complementary color
Monochromatic Colors of #159CF2
Black with #159CF2
Text Example
Text Example
White with #159CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CF2; }
p { color: rgb(21,156,242); }
H1.HeaderClassName
{
color: #159CF2;
}
.AnyTagClassName
{
color: #159CF2;
}
</style>
background-color css
<style>
a { background-color: #159CF2; }
a { background-color: rgb(21,156,242); }
div.DivClassName
{
background-color: #159CF2;
}
.BgClassName
{
background-color: #159CF2;
}
</style>
border-color css
<style>
span { border-color: #159CF2; }
span { border-color: rgb(21,156,242); }
td.TdClassName
{
border-color: #159CF2;
}
.TagClassName
{
border-color: #159CF2;
}
</style>