Shades of Dodger Blue #159AF1
Tints of Dodger Blue #159AF1
RGB
CMYK
RGB Variations
Color information
#159AF1 (or 0x159AF1) is known color: Dodger Blue. HEX triplet: 15, 9A and F1. RGB value is (21,154,241). Sum of RGB (Red+Green+Blue) = 21+154+241=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #159AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159AF1 is #EA650E. Grayscale: #7B7B7B. Windows color (decimal): -15361295 or 15833621. OLE color: 15833621.
HSL color Cylindrical-coordinate representation of color #159AF1: hue angle of 203.73º 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 #159AF1 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 154 | 241 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.05 |
| HSL | 203.73º | 0.89% | 0.51% | - |
| HSV(B) | 203.73º | 0.91% | 0.95% | - |
| XYZ | 27.74 | 29.62 | 87.47 | - |
| YUV | 124.15 | 193.94 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 241 | 0.91 | 0.36 | 0 | 0.05 | 203.73 | 0.89 | 0.51 |
| Hex | 15 | 9A | F1 | 5B | 24 | 0 | 5 | CC | 59 | 33 |
| Octal | 25 | 232 | 361 | 133 | 44 | 0 | 5 | 314 | 131 | 63 |
| Binary | 10101 | 10011010 | 11110001 | 1011011 | 100100 | 0 | 101 | 11001100 | 1011001 | 110011 |
Color Harmonies of #159AF1
Complementary color
Monochromatic Colors of #159AF1
Black with #159AF1
Text Example
Text Example
White with #159AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159AF1; }
p { color: rgb(21,154,241); }
H1.HeaderClassName
{
color: #159AF1;
}
.AnyTagClassName
{
color: #159AF1;
}
</style>
background-color css
<style>
a { background-color: #159AF1; }
a { background-color: rgb(21,154,241); }
div.DivClassName
{
background-color: #159AF1;
}
.BgClassName
{
background-color: #159AF1;
}
</style>
border-color css
<style>
span { border-color: #159AF1; }
span { border-color: rgb(21,154,241); }
td.TdClassName
{
border-color: #159AF1;
}
.TagClassName
{
border-color: #159AF1;
}
</style>