Shades of Dodger Blue #2194F3
Tints of Dodger Blue #2194F3
RGB
CMYK
RGB Variations
Color information
#2194F3 (or 0x2194F3) is known color: Dodger Blue. HEX triplet: 21, 94 and F3. RGB value is (33,148,243). Sum of RGB (Red+Green+Blue) = 33+148+243=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #2194F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2194F3 is #DE6B0C. Grayscale: #7B7B7B. Windows color (decimal): -14576397 or 15963169. OLE color: 15963169.
HSL color Cylindrical-coordinate representation of color #2194F3: hue angle of 207.14º degrees, saturation: 0.9, 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 #2194F3 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 148 | 243 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.05 |
| HSL | 207.14º | 0.9% | 0.54% | - |
| HSV(B) | 207.14º | 0.86% | 0.95% | - |
| XYZ | 27.39 | 27.97 | 88.75 | - |
| YUV | 124.45 | 194.9 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 243 | 0.86 | 0.39 | 0 | 0.05 | 207.14 | 0.9 | 0.54 |
| Hex | 21 | 94 | F3 | 56 | 27 | 0 | 5 | CF | 5A | 36 |
| Octal | 41 | 224 | 363 | 126 | 47 | 0 | 5 | 317 | 132 | 66 |
| Binary | 100001 | 10010100 | 11110011 | 1010110 | 100111 | 0 | 101 | 11001111 | 1011010 | 110110 |
Color Harmonies of #2194F3
Complementary color
Monochromatic Colors of #2194F3
Black with #2194F3
Text Example
Text Example
White with #2194F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194F3; }
p { color: rgb(33,148,243); }
H1.HeaderClassName
{
color: #2194F3;
}
.AnyTagClassName
{
color: #2194F3;
}
</style>
background-color css
<style>
a { background-color: #2194F3; }
a { background-color: rgb(33,148,243); }
div.DivClassName
{
background-color: #2194F3;
}
.BgClassName
{
background-color: #2194F3;
}
</style>
border-color css
<style>
span { border-color: #2194F3; }
span { border-color: rgb(33,148,243); }
td.TdClassName
{
border-color: #2194F3;
}
.TagClassName
{
border-color: #2194F3;
}
</style>