Shades of Dodger Blue #2185FA
Tints of Dodger Blue #2185FA
RGB
CMYK
RGB Variations
Color information
#2185FA (or 0x2185FA) is known color: Dodger Blue. HEX triplet: 21, 85 and FA. RGB value is (33,133,250). Sum of RGB (Red+Green+Blue) = 33+133+250=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #2185FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2185FA is #DE7A05. Grayscale: #737373. Windows color (decimal): -14580230 or 16418081. OLE color: 16418081.
HSL color Cylindrical-coordinate representation of color #2185FA: hue angle of 212.35º 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 #2185FA is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 133 | 250 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.02 |
| HSL | 212.35º | 0.96% | 0.55% | - |
| HSV(B) | 212.35º | 0.87% | 0.98% | - |
| XYZ | 26.27 | 24 | 93.69 | - |
| YUV | 116.44 | 203.37 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 250 | 0.87 | 0.47 | 0 | 0.02 | 212.35 | 0.96 | 0.55 |
| Hex | 21 | 85 | FA | 57 | 2F | 0 | 2 | D4 | 60 | 37 |
| Octal | 41 | 205 | 372 | 127 | 57 | 0 | 2 | 324 | 140 | 67 |
| Binary | 100001 | 10000101 | 11111010 | 1010111 | 101111 | 0 | 10 | 11010100 | 1100000 | 110111 |
Color Harmonies of #2185FA
Complementary color
Monochromatic Colors of #2185FA
Black with #2185FA
Text Example
Text Example
White with #2185FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185FA; }
p { color: rgb(33,133,250); }
H1.HeaderClassName
{
color: #2185FA;
}
.AnyTagClassName
{
color: #2185FA;
}
</style>
background-color css
<style>
a { background-color: #2185FA; }
a { background-color: rgb(33,133,250); }
div.DivClassName
{
background-color: #2185FA;
}
.BgClassName
{
background-color: #2185FA;
}
</style>
border-color css
<style>
span { border-color: #2185FA; }
span { border-color: rgb(33,133,250); }
td.TdClassName
{
border-color: #2185FA;
}
.TagClassName
{
border-color: #2185FA;
}
</style>