Shades of Dodger Blue #2193F1
Tints of Dodger Blue #2193F1
RGB
CMYK
RGB Variations
Color information
#2193F1 (or 0x2193F1) is known color: Dodger Blue. HEX triplet: 21, 93 and F1. RGB value is (33,147,241). Sum of RGB (Red+Green+Blue) = 33+147+241=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #2193F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2193F1 is #DE6C0E. Grayscale: #7B7B7B. Windows color (decimal): -14576655 or 15831841. OLE color: 15831841.
HSL color Cylindrical-coordinate representation of color #2193F1: hue angle of 207.12º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2193F1 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 147 | 241 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.05 |
| HSL | 207.12º | 0.88% | 0.54% | - |
| HSV(B) | 207.12º | 0.86% | 0.95% | - |
| XYZ | 26.94 | 27.54 | 87.12 | - |
| YUV | 123.63 | 194.23 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 241 | 0.86 | 0.39 | 0 | 0.05 | 207.12 | 0.88 | 0.54 |
| Hex | 21 | 93 | F1 | 56 | 27 | 0 | 5 | CF | 58 | 36 |
| Octal | 41 | 223 | 361 | 126 | 47 | 0 | 5 | 317 | 130 | 66 |
| Binary | 100001 | 10010011 | 11110001 | 1010110 | 100111 | 0 | 101 | 11001111 | 1011000 | 110110 |
Color Harmonies of #2193F1
Complementary color
Monochromatic Colors of #2193F1
Black with #2193F1
Text Example
Text Example
White with #2193F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2193F1; }
p { color: rgb(33,147,241); }
H1.HeaderClassName
{
color: #2193F1;
}
.AnyTagClassName
{
color: #2193F1;
}
</style>
background-color css
<style>
a { background-color: #2193F1; }
a { background-color: rgb(33,147,241); }
div.DivClassName
{
background-color: #2193F1;
}
.BgClassName
{
background-color: #2193F1;
}
</style>
border-color css
<style>
span { border-color: #2193F1; }
span { border-color: rgb(33,147,241); }
td.TdClassName
{
border-color: #2193F1;
}
.TagClassName
{
border-color: #2193F1;
}
</style>