Shades of Dodger Blue #2194FD
Tints of Dodger Blue #2194FD
RGB
CMYK
RGB Variations
Color information
#2194FD (or 0x2194FD) is known color: Dodger Blue. HEX triplet: 21, 94 and FD. RGB value is (33,148,253). Sum of RGB (Red+Green+Blue) = 33+148+253=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #2194FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2194FD is #DE6B02. Grayscale: #7D7D7D. Windows color (decimal): -14576387 or 16618529. OLE color: 16618529.
HSL color Cylindrical-coordinate representation of color #2194FD: hue angle of 208.64º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2194FD is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 148 | 253 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.01 |
| HSL | 208.64º | 0.98% | 0.56% | - |
| HSV(B) | 208.64º | 0.87% | 0.99% | - |
| XYZ | 28.95 | 28.59 | 96.92 | - |
| YUV | 125.59 | 199.9 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 253 | 0.87 | 0.42 | 0 | 0.01 | 208.64 | 0.98 | 0.56 |
| Hex | 21 | 94 | FD | 57 | 2A | 0 | 1 | D1 | 62 | 38 |
| Octal | 41 | 224 | 375 | 127 | 52 | 0 | 1 | 321 | 142 | 70 |
| Binary | 100001 | 10010100 | 11111101 | 1010111 | 101010 | 0 | 1 | 11010001 | 1100010 | 111000 |
Color Harmonies of #2194FD
Complementary color
Monochromatic Colors of #2194FD
Black with #2194FD
Text Example
Text Example
White with #2194FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194FD; }
p { color: rgb(33,148,253); }
H1.HeaderClassName
{
color: #2194FD;
}
.AnyTagClassName
{
color: #2194FD;
}
</style>
background-color css
<style>
a { background-color: #2194FD; }
a { background-color: rgb(33,148,253); }
div.DivClassName
{
background-color: #2194FD;
}
.BgClassName
{
background-color: #2194FD;
}
</style>
border-color css
<style>
span { border-color: #2194FD; }
span { border-color: rgb(33,148,253); }
td.TdClassName
{
border-color: #2194FD;
}
.TagClassName
{
border-color: #2194FD;
}
</style>