Shades of Dodger Blue #218BEA
Tints of Dodger Blue #218BEA
RGB
CMYK
RGB Variations
Color information
#218BEA (or 0x218BEA) is known color: Dodger Blue. HEX triplet: 21, 8B and EA. RGB value is (33,139,234). Sum of RGB (Red+Green+Blue) = 33+139+234=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #218BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BEA is #DE7415. Grayscale: #757575. Windows color (decimal): -14578710 or 15371041. OLE color: 15371041.
HSL color Cylindrical-coordinate representation of color #218BEA: hue angle of 208.36º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218BEA is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 139 | 234 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.08 |
| HSL | 208.36º | 0.83% | 0.52% | - |
| HSV(B) | 208.36º | 0.86% | 0.92% | - |
| XYZ | 24.71 | 24.73 | 81.31 | - |
| YUV | 118.14 | 193.38 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 234 | 0.86 | 0.41 | 0 | 0.08 | 208.36 | 0.83 | 0.52 |
| Hex | 21 | 8B | EA | 56 | 29 | 0 | 8 | D0 | 53 | 34 |
| Octal | 41 | 213 | 352 | 126 | 51 | 0 | 10 | 320 | 123 | 64 |
| Binary | 100001 | 10001011 | 11101010 | 1010110 | 101001 | 0 | 1000 | 11010000 | 1010011 | 110100 |
Color Harmonies of #218BEA
Complementary color
Monochromatic Colors of #218BEA
Black with #218BEA
Text Example
Text Example
White with #218BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BEA; }
p { color: rgb(33,139,234); }
H1.HeaderClassName
{
color: #218BEA;
}
.AnyTagClassName
{
color: #218BEA;
}
</style>
background-color css
<style>
a { background-color: #218BEA; }
a { background-color: rgb(33,139,234); }
div.DivClassName
{
background-color: #218BEA;
}
.BgClassName
{
background-color: #218BEA;
}
</style>
border-color css
<style>
span { border-color: #218BEA; }
span { border-color: rgb(33,139,234); }
td.TdClassName
{
border-color: #218BEA;
}
.TagClassName
{
border-color: #218BEA;
}
</style>