Shades of Dodger Blue #2185FB
Tints of Dodger Blue #2185FB
RGB
CMYK
RGB Variations
Color information
#2185FB (or 0x2185FB) is known color: Dodger Blue. HEX triplet: 21, 85 and FB. RGB value is (33,133,251). Sum of RGB (Red+Green+Blue) = 33+133+251=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #2185FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2185FB is #DE7A04. Grayscale: #737373. Windows color (decimal): -14580229 or 16483617. OLE color: 16483617.
HSL color Cylindrical-coordinate representation of color #2185FB: hue angle of 212.48º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2185FB is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 133 | 251 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.02 |
| HSL | 212.48º | 0.96% | 0.56% | - |
| HSV(B) | 212.48º | 0.87% | 0.98% | - |
| XYZ | 26.43 | 24.06 | 94.52 | - |
| YUV | 116.55 | 203.87 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 251 | 0.87 | 0.47 | 0 | 0.02 | 212.48 | 0.96 | 0.56 |
| Hex | 21 | 85 | FB | 57 | 2F | 0 | 2 | D4 | 60 | 38 |
| Octal | 41 | 205 | 373 | 127 | 57 | 0 | 2 | 324 | 140 | 70 |
| Binary | 100001 | 10000101 | 11111011 | 1010111 | 101111 | 0 | 10 | 11010100 | 1100000 | 111000 |
Color Harmonies of #2185FB
Complementary color
Monochromatic Colors of #2185FB
Black with #2185FB
Text Example
Text Example
White with #2185FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185FB; }
p { color: rgb(33,133,251); }
H1.HeaderClassName
{
color: #2185FB;
}
.AnyTagClassName
{
color: #2185FB;
}
</style>
background-color css
<style>
a { background-color: #2185FB; }
a { background-color: rgb(33,133,251); }
div.DivClassName
{
background-color: #2185FB;
}
.BgClassName
{
background-color: #2185FB;
}
</style>
border-color css
<style>
span { border-color: #2185FB; }
span { border-color: rgb(33,133,251); }
td.TdClassName
{
border-color: #2185FB;
}
.TagClassName
{
border-color: #2185FB;
}
</style>