Shades of Dodger Blue #218BE3
Tints of Dodger Blue #218BE3
RGB
CMYK
RGB Variations
Color information
#218BE3 (or 0x218BE3) is known color: Dodger Blue. HEX triplet: 21, 8B and E3. RGB value is (33,139,227). Sum of RGB (Red+Green+Blue) = 33+139+227=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #218BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BE3 is #DE741C. Grayscale: #747474. Windows color (decimal): -14578717 or 14912289. OLE color: 14912289.
HSL color Cylindrical-coordinate representation of color #218BE3: hue angle of 207.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218BE3 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 139 | 227 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.11 |
| HSL | 207.22º | 0.78% | 0.51% | - |
| HSV(B) | 207.22º | 0.85% | 0.89% | - |
| XYZ | 23.72 | 24.33 | 76.12 | - |
| YUV | 117.34 | 189.88 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 227 | 0.85 | 0.39 | 0 | 0.11 | 207.22 | 0.78 | 0.51 |
| Hex | 21 | 8B | E3 | 55 | 27 | 0 | B | CF | 4E | 33 |
| Octal | 41 | 213 | 343 | 125 | 47 | 0 | 13 | 317 | 116 | 63 |
| Binary | 100001 | 10001011 | 11100011 | 1010101 | 100111 | 0 | 1011 | 11001111 | 1001110 | 110011 |
Color Harmonies of #218BE3
Complementary color
Monochromatic Colors of #218BE3
Black with #218BE3
Text Example
Text Example
White with #218BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BE3; }
p { color: rgb(33,139,227); }
H1.HeaderClassName
{
color: #218BE3;
}
.AnyTagClassName
{
color: #218BE3;
}
</style>
background-color css
<style>
a { background-color: #218BE3; }
a { background-color: rgb(33,139,227); }
div.DivClassName
{
background-color: #218BE3;
}
.BgClassName
{
background-color: #218BE3;
}
</style>
border-color css
<style>
span { border-color: #218BE3; }
span { border-color: rgb(33,139,227); }
td.TdClassName
{
border-color: #218BE3;
}
.TagClassName
{
border-color: #218BE3;
}
</style>