Shades of Dodger Blue #2195F5
Tints of Dodger Blue #2195F5
RGB
CMYK
RGB Variations
Color information
#2195F5 (or 0x2195F5) is known color: Dodger Blue. HEX triplet: 21, 95 and F5. RGB value is (33,149,245). Sum of RGB (Red+Green+Blue) = 33+149+245=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #2195F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2195F5 is #DE6A0A. Grayscale: #7C7C7C. Windows color (decimal): -14576139 or 16094497. OLE color: 16094497.
HSL color Cylindrical-coordinate representation of color #2195F5: hue angle of 207.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2195F5 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 149 | 245 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.04 |
| HSL | 207.17º | 0.91% | 0.55% | - |
| HSV(B) | 207.17º | 0.87% | 0.96% | - |
| XYZ | 27.86 | 28.41 | 90.4 | - |
| YUV | 125.26 | 195.57 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 245 | 0.87 | 0.39 | 0 | 0.04 | 207.17 | 0.91 | 0.55 |
| Hex | 21 | 95 | F5 | 57 | 27 | 0 | 4 | CF | 5B | 37 |
| Octal | 41 | 225 | 365 | 127 | 47 | 0 | 4 | 317 | 133 | 67 |
| Binary | 100001 | 10010101 | 11110101 | 1010111 | 100111 | 0 | 100 | 11001111 | 1011011 | 110111 |
Color Harmonies of #2195F5
Complementary color
Monochromatic Colors of #2195F5
Black with #2195F5
Text Example
Text Example
White with #2195F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2195F5; }
p { color: rgb(33,149,245); }
H1.HeaderClassName
{
color: #2195F5;
}
.AnyTagClassName
{
color: #2195F5;
}
</style>
background-color css
<style>
a { background-color: #2195F5; }
a { background-color: rgb(33,149,245); }
div.DivClassName
{
background-color: #2195F5;
}
.BgClassName
{
background-color: #2195F5;
}
</style>
border-color css
<style>
span { border-color: #2195F5; }
span { border-color: rgb(33,149,245); }
td.TdClassName
{
border-color: #2195F5;
}
.TagClassName
{
border-color: #2195F5;
}
</style>