Shades of Dodger Blue #2195FF
Tints of Dodger Blue #2195FF
RGB
CMYK
RGB Variations
Color information
#2195FF (or 0x2195FF) is known color: Dodger Blue. HEX triplet: 21, 95 and FF. RGB value is (33,149,255). Sum of RGB (Red+Green+Blue) = 33+149+255=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #2195FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2195FF is #DE6A00. Grayscale: #7D7D7D. Windows color (decimal): -14576129 or 16749857. OLE color: 16749857.
HSL color Cylindrical-coordinate representation of color #2195FF: hue angle of 208.65º 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 #2195FF is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 149 | 255 | - |
| CMYK | 0.87 | 0.42 | 0 | 0 |
| HSL | 208.65º | 1% | 0.56% | - |
| HSV(B) | 208.65º | 0.87% | 1% | - |
| XYZ | 29.42 | 29.04 | 98.66 | - |
| YUV | 126.4 | 200.57 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 255 | 0.87 | 0.42 | 0 | 0 | 208.65 | 1 | 0.56 |
| Hex | 21 | 95 | FF | 57 | 2A | 0 | 0 | D1 | 64 | 38 |
| Octal | 41 | 225 | 377 | 127 | 52 | 0 | 0 | 321 | 144 | 70 |
| Binary | 100001 | 10010101 | 11111111 | 1010111 | 101010 | 0 | 0 | 11010001 | 1100100 | 111000 |
Color Harmonies of #2195FF
Complementary color
Monochromatic Colors of #2195FF
Black with #2195FF
Text Example
Text Example
White with #2195FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2195FF; }
p { color: rgb(33,149,255); }
H1.HeaderClassName
{
color: #2195FF;
}
.AnyTagClassName
{
color: #2195FF;
}
</style>
background-color css
<style>
a { background-color: #2195FF; }
a { background-color: rgb(33,149,255); }
div.DivClassName
{
background-color: #2195FF;
}
.BgClassName
{
background-color: #2195FF;
}
</style>
border-color css
<style>
span { border-color: #2195FF; }
span { border-color: rgb(33,149,255); }
td.TdClassName
{
border-color: #2195FF;
}
.TagClassName
{
border-color: #2195FF;
}
</style>