Shades of Dodger Blue #1594F1
Tints of Dodger Blue #1594F1
RGB
CMYK
RGB Variations
Color information
#1594F1 (or 0x1594F1) is known color: Dodger Blue. HEX triplet: 15, 94 and F1. RGB value is (21,148,241). Sum of RGB (Red+Green+Blue) = 21+148+241=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #1594F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1594F1 is #EA6B0E. Grayscale: #787878. Windows color (decimal): -15362831 or 15832085. OLE color: 15832085.
HSL color Cylindrical-coordinate representation of color #1594F1: hue angle of 205.36º 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 #1594F1 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 148 | 241 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.05 |
| HSL | 205.36º | 0.89% | 0.51% | - |
| HSV(B) | 205.36º | 0.91% | 0.95% | - |
| XYZ | 26.78 | 27.69 | 87.15 | - |
| YUV | 120.63 | 195.92 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 241 | 0.91 | 0.39 | 0 | 0.05 | 205.36 | 0.89 | 0.51 |
| Hex | 15 | 94 | F1 | 5B | 27 | 0 | 5 | CD | 59 | 33 |
| Octal | 25 | 224 | 361 | 133 | 47 | 0 | 5 | 315 | 131 | 63 |
| Binary | 10101 | 10010100 | 11110001 | 1011011 | 100111 | 0 | 101 | 11001101 | 1011001 | 110011 |
Color Harmonies of #1594F1
Complementary color
Monochromatic Colors of #1594F1
Black with #1594F1
Text Example
Text Example
White with #1594F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594F1; }
p { color: rgb(21,148,241); }
H1.HeaderClassName
{
color: #1594F1;
}
.AnyTagClassName
{
color: #1594F1;
}
</style>
background-color css
<style>
a { background-color: #1594F1; }
a { background-color: rgb(21,148,241); }
div.DivClassName
{
background-color: #1594F1;
}
.BgClassName
{
background-color: #1594F1;
}
</style>
border-color css
<style>
span { border-color: #1594F1; }
span { border-color: rgb(21,148,241); }
td.TdClassName
{
border-color: #1594F1;
}
.TagClassName
{
border-color: #1594F1;
}
</style>