Shades of Dodger Blue #218CE4
Tints of Dodger Blue #218CE4
RGB
CMYK
RGB Variations
Color information
#218CE4 (or 0x218CE4) is known color: Dodger Blue. HEX triplet: 21, 8C and E4. RGB value is (33,140,228). Sum of RGB (Red+Green+Blue) = 33+140+228=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #218CE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CE4 is #DE731B. Grayscale: #757575. Windows color (decimal): -14578460 or 14978081. OLE color: 14978081.
HSL color Cylindrical-coordinate representation of color #218CE4: hue angle of 207.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218CE4 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 140 | 228 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.11 |
| HSL | 207.08º | 0.78% | 0.51% | - |
| HSV(B) | 207.08º | 0.86% | 0.89% | - |
| XYZ | 24.01 | 24.68 | 76.9 | - |
| YUV | 118.04 | 190.05 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 228 | 0.86 | 0.39 | 0 | 0.11 | 207.08 | 0.78 | 0.51 |
| Hex | 21 | 8C | E4 | 56 | 27 | 0 | B | CF | 4E | 33 |
| Octal | 41 | 214 | 344 | 126 | 47 | 0 | 13 | 317 | 116 | 63 |
| Binary | 100001 | 10001100 | 11100100 | 1010110 | 100111 | 0 | 1011 | 11001111 | 1001110 | 110011 |
Color Harmonies of #218CE4
Complementary color
Monochromatic Colors of #218CE4
Black with #218CE4
Text Example
Text Example
White with #218CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CE4; }
p { color: rgb(33,140,228); }
H1.HeaderClassName
{
color: #218CE4;
}
.AnyTagClassName
{
color: #218CE4;
}
</style>
background-color css
<style>
a { background-color: #218CE4; }
a { background-color: rgb(33,140,228); }
div.DivClassName
{
background-color: #218CE4;
}
.BgClassName
{
background-color: #218CE4;
}
</style>
border-color css
<style>
span { border-color: #218CE4; }
span { border-color: rgb(33,140,228); }
td.TdClassName
{
border-color: #218CE4;
}
.TagClassName
{
border-color: #218CE4;
}
</style>