Shades of Dodger Blue #218CEA
Tints of Dodger Blue #218CEA
RGB
CMYK
RGB Variations
Color information
#218CEA (or 0x218CEA) is known color: Dodger Blue. HEX triplet: 21, 8C and EA. RGB value is (33,140,234). Sum of RGB (Red+Green+Blue) = 33+140+234=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #218CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218CEA is #DE7315. Grayscale: #767676. Windows color (decimal): -14578454 or 15371297. OLE color: 15371297.
HSL color Cylindrical-coordinate representation of color #218CEA: hue angle of 208.06º 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 #218CEA is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 140 | 234 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.08 |
| HSL | 208.06º | 0.83% | 0.52% | - |
| HSV(B) | 208.06º | 0.86% | 0.92% | - |
| XYZ | 24.86 | 25.02 | 81.36 | - |
| YUV | 118.72 | 193.05 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 234 | 0.86 | 0.40 | 0 | 0.08 | 208.06 | 0.83 | 0.52 |
| Hex | 21 | 8C | EA | 56 | 28 | 0 | 8 | D0 | 53 | 34 |
| Octal | 41 | 214 | 352 | 126 | 50 | 0 | 10 | 320 | 123 | 64 |
| Binary | 100001 | 10001100 | 11101010 | 1010110 | 101000 | 0 | 1000 | 11010000 | 1010011 | 110100 |
Color Harmonies of #218CEA
Complementary color
Monochromatic Colors of #218CEA
Black with #218CEA
Text Example
Text Example
White with #218CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CEA; }
p { color: rgb(33,140,234); }
H1.HeaderClassName
{
color: #218CEA;
}
.AnyTagClassName
{
color: #218CEA;
}
</style>
background-color css
<style>
a { background-color: #218CEA; }
a { background-color: rgb(33,140,234); }
div.DivClassName
{
background-color: #218CEA;
}
.BgClassName
{
background-color: #218CEA;
}
</style>
border-color css
<style>
span { border-color: #218CEA; }
span { border-color: rgb(33,140,234); }
td.TdClassName
{
border-color: #218CEA;
}
.TagClassName
{
border-color: #218CEA;
}
</style>