Shades of Dodger Blue #2189FA
Tints of Dodger Blue #2189FA
RGB
CMYK
RGB Variations
Color information
#2189FA (or 0x2189FA) is known color: Dodger Blue. HEX triplet: 21, 89 and FA. RGB value is (33,137,250). Sum of RGB (Red+Green+Blue) = 33+137+250=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #2189FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2189FA is #DE7605. Grayscale: #767676. Windows color (decimal): -14579206 or 16419105. OLE color: 16419105.
HSL color Cylindrical-coordinate representation of color #2189FA: hue angle of 211.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2189FA is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 137 | 250 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.02 |
| HSL | 211.24º | 0.96% | 0.55% | - |
| HSV(B) | 211.24º | 0.87% | 0.98% | - |
| XYZ | 26.83 | 25.12 | 93.88 | - |
| YUV | 118.79 | 202.04 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 250 | 0.87 | 0.45 | 0 | 0.02 | 211.24 | 0.96 | 0.55 |
| Hex | 21 | 89 | FA | 57 | 2D | 0 | 2 | D3 | 60 | 37 |
| Octal | 41 | 211 | 372 | 127 | 55 | 0 | 2 | 323 | 140 | 67 |
| Binary | 100001 | 10001001 | 11111010 | 1010111 | 101101 | 0 | 10 | 11010011 | 1100000 | 110111 |
Color Harmonies of #2189FA
Complementary color
Monochromatic Colors of #2189FA
Black with #2189FA
Text Example
Text Example
White with #2189FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2189FA; }
p { color: rgb(33,137,250); }
H1.HeaderClassName
{
color: #2189FA;
}
.AnyTagClassName
{
color: #2189FA;
}
</style>
background-color css
<style>
a { background-color: #2189FA; }
a { background-color: rgb(33,137,250); }
div.DivClassName
{
background-color: #2189FA;
}
.BgClassName
{
background-color: #2189FA;
}
</style>
border-color css
<style>
span { border-color: #2189FA; }
span { border-color: rgb(33,137,250); }
td.TdClassName
{
border-color: #2189FA;
}
.TagClassName
{
border-color: #2189FA;
}
</style>