Shades of Dodger Blue #2194FC
Tints of Dodger Blue #2194FC
RGB
CMYK
RGB Variations
Color information
#2194FC (or 0x2194FC) is known color: Dodger Blue. HEX triplet: 21, 94 and FC. RGB value is (33,148,252). Sum of RGB (Red+Green+Blue) = 33+148+252=433 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.62% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #2194FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2194FC is #DE6B03. Grayscale: #7C7C7C. Windows color (decimal): -14576388 or 16552993. OLE color: 16552993.
HSL color Cylindrical-coordinate representation of color #2194FC: hue angle of 208.49º degrees, saturation: 0.97, 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 #2194FC is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 148 | 252 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.01 |
| HSL | 208.49º | 0.97% | 0.56% | - |
| HSV(B) | 208.49º | 0.87% | 0.99% | - |
| XYZ | 28.79 | 28.53 | 96.09 | - |
| YUV | 125.47 | 199.4 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 252 | 0.87 | 0.41 | 0 | 0.01 | 208.49 | 0.97 | 0.56 |
| Hex | 21 | 94 | FC | 57 | 29 | 0 | 1 | D0 | 61 | 38 |
| Octal | 41 | 224 | 374 | 127 | 51 | 0 | 1 | 320 | 141 | 70 |
| Binary | 100001 | 10010100 | 11111100 | 1010111 | 101001 | 0 | 1 | 11010000 | 1100001 | 111000 |
Color Harmonies of #2194FC
Complementary color
Monochromatic Colors of #2194FC
Black with #2194FC
Text Example
Text Example
White with #2194FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194FC; }
p { color: rgb(33,148,252); }
H1.HeaderClassName
{
color: #2194FC;
}
.AnyTagClassName
{
color: #2194FC;
}
</style>
background-color css
<style>
a { background-color: #2194FC; }
a { background-color: rgb(33,148,252); }
div.DivClassName
{
background-color: #2194FC;
}
.BgClassName
{
background-color: #2194FC;
}
</style>
border-color css
<style>
span { border-color: #2194FC; }
span { border-color: rgb(33,148,252); }
td.TdClassName
{
border-color: #2194FC;
}
.TagClassName
{
border-color: #2194FC;
}
</style>