Shades of Dodger Blue #159EFB
Tints of Dodger Blue #159EFB
RGB
CMYK
RGB Variations
Color information
#159EFB (or 0x159EFB) is known color: Dodger Blue. HEX triplet: 15, 9E and FB. RGB value is (21,158,251). Sum of RGB (Red+Green+Blue) = 21+158+251=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #159EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EFB is #EA6104. Grayscale: #7F7F7F. Windows color (decimal): -15360261 or 16490005. OLE color: 16490005.
HSL color Cylindrical-coordinate representation of color #159EFB: hue angle of 204.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #159EFB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 158 | 251 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.02 |
| HSL | 204.26º | 0.97% | 0.53% | - |
| HSV(B) | 204.26º | 0.92% | 0.98% | - |
| XYZ | 29.95 | 31.58 | 95.78 | - |
| YUV | 127.64 | 197.61 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 251 | 0.92 | 0.37 | 0 | 0.02 | 204.26 | 0.97 | 0.53 |
| Hex | 15 | 9E | FB | 5C | 25 | 0 | 2 | CC | 61 | 35 |
| Octal | 25 | 236 | 373 | 134 | 45 | 0 | 2 | 314 | 141 | 65 |
| Binary | 10101 | 10011110 | 11111011 | 1011100 | 100101 | 0 | 10 | 11001100 | 1100001 | 110101 |
Color Harmonies of #159EFB
Complementary color
Monochromatic Colors of #159EFB
Black with #159EFB
Text Example
Text Example
White with #159EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159EFB; }
p { color: rgb(21,158,251); }
H1.HeaderClassName
{
color: #159EFB;
}
.AnyTagClassName
{
color: #159EFB;
}
</style>
background-color css
<style>
a { background-color: #159EFB; }
a { background-color: rgb(21,158,251); }
div.DivClassName
{
background-color: #159EFB;
}
.BgClassName
{
background-color: #159EFB;
}
</style>
border-color css
<style>
span { border-color: #159EFB; }
span { border-color: rgb(21,158,251); }
td.TdClassName
{
border-color: #159EFB;
}
.TagClassName
{
border-color: #159EFB;
}
</style>