Shades of Dodger Blue #2199FF
Tints of Dodger Blue #2199FF
RGB
CMYK
RGB Variations
Color information
#2199FF (or 0x2199FF) is known color: Dodger Blue. HEX triplet: 21, 99 and FF. RGB value is (33,153,255). Sum of RGB (Red+Green+Blue) = 33+153+255=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #2199FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2199FF is #DE6600. Grayscale: #808080. Windows color (decimal): -14575105 or 16750881. OLE color: 16750881.
HSL color Cylindrical-coordinate representation of color #2199FF: hue angle of 207.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2199FF is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 153 | 255 | - |
| CMYK | 0.87 | 0.4 | 0 | 0 |
| HSL | 207.57º | 1% | 0.56% | - |
| HSV(B) | 207.57º | 0.87% | 1% | - |
| XYZ | 30.07 | 30.33 | 98.88 | - |
| YUV | 128.75 | 199.24 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 255 | 0.87 | 0.4 | 0 | 0 | 207.57 | 1 | 0.56 |
| Hex | 21 | 99 | FF | 57 | 28 | 0 | 0 | D0 | 64 | 38 |
| Octal | 41 | 231 | 377 | 127 | 50 | 0 | 0 | 320 | 144 | 70 |
| Binary | 100001 | 10011001 | 11111111 | 1010111 | 101000 | 0 | 0 | 11010000 | 1100100 | 111000 |
Color Harmonies of #2199FF
Complementary color
Monochromatic Colors of #2199FF
Black with #2199FF
Text Example
Text Example
White with #2199FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199FF; }
p { color: rgb(33,153,255); }
H1.HeaderClassName
{
color: #2199FF;
}
.AnyTagClassName
{
color: #2199FF;
}
</style>
background-color css
<style>
a { background-color: #2199FF; }
a { background-color: rgb(33,153,255); }
div.DivClassName
{
background-color: #2199FF;
}
.BgClassName
{
background-color: #2199FF;
}
</style>
border-color css
<style>
span { border-color: #2199FF; }
span { border-color: rgb(33,153,255); }
td.TdClassName
{
border-color: #2199FF;
}
.TagClassName
{
border-color: #2199FF;
}
</style>