Shades of Dodger Blue #159CFD
Tints of Dodger Blue #159CFD
RGB
CMYK
RGB Variations
Color information
#159CFD (or 0x159CFD) is known color: Dodger Blue. HEX triplet: 15, 9C and FD. RGB value is (21,156,253). Sum of RGB (Red+Green+Blue) = 21+156+253=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #159CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159CFD is #EA6302. Grayscale: #7E7E7E. Windows color (decimal): -15360771 or 16620565. OLE color: 16620565.
HSL color Cylindrical-coordinate representation of color #159CFD: hue angle of 205.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #159CFD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 156 | 253 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.01 |
| HSL | 205.09º | 0.98% | 0.54% | - |
| HSV(B) | 205.09º | 0.92% | 0.99% | - |
| XYZ | 29.93 | 31.03 | 97.34 | - |
| YUV | 126.69 | 199.27 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 253 | 0.92 | 0.38 | 0 | 0.01 | 205.09 | 0.98 | 0.54 |
| Hex | 15 | 9C | FD | 5C | 26 | 0 | 1 | CD | 62 | 36 |
| Octal | 25 | 234 | 375 | 134 | 46 | 0 | 1 | 315 | 142 | 66 |
| Binary | 10101 | 10011100 | 11111101 | 1011100 | 100110 | 0 | 1 | 11001101 | 1100010 | 110110 |
Color Harmonies of #159CFD
Complementary color
Monochromatic Colors of #159CFD
Black with #159CFD
Text Example
Text Example
White with #159CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CFD; }
p { color: rgb(21,156,253); }
H1.HeaderClassName
{
color: #159CFD;
}
.AnyTagClassName
{
color: #159CFD;
}
</style>
background-color css
<style>
a { background-color: #159CFD; }
a { background-color: rgb(21,156,253); }
div.DivClassName
{
background-color: #159CFD;
}
.BgClassName
{
background-color: #159CFD;
}
</style>
border-color css
<style>
span { border-color: #159CFD; }
span { border-color: rgb(21,156,253); }
td.TdClassName
{
border-color: #159CFD;
}
.TagClassName
{
border-color: #159CFD;
}
</style>