Shades of Dodger Blue #218FE0
Tints of Dodger Blue #218FE0
RGB
CMYK
RGB Variations
Color information
#218FE0 (or 0x218FE0) is known color: Dodger Blue. HEX triplet: 21, 8F and E0. RGB value is (33,143,224). Sum of RGB (Red+Green+Blue) = 33+143+224=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #218FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218FE0 is #DE701F. Grayscale: #767676. Windows color (decimal): -14577696 or 14716705. OLE color: 14716705.
HSL color Cylindrical-coordinate representation of color #218FE0: hue angle of 205.45º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218FE0 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 143 | 224 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.12 |
| HSL | 205.45º | 0.75% | 0.5% | - |
| HSV(B) | 205.45º | 0.85% | 0.88% | - |
| XYZ | 23.9 | 25.35 | 74.15 | - |
| YUV | 119.34 | 187.06 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 224 | 0.85 | 0.36 | 0 | 0.12 | 205.45 | 0.75 | 0.5 |
| Hex | 21 | 8F | E0 | 55 | 24 | 0 | C | CD | 4B | 32 |
| Octal | 41 | 217 | 340 | 125 | 44 | 0 | 14 | 315 | 113 | 62 |
| Binary | 100001 | 10001111 | 11100000 | 1010101 | 100100 | 0 | 1100 | 11001101 | 1001011 | 110010 |
Color Harmonies of #218FE0
Complementary color
Monochromatic Colors of #218FE0
Black with #218FE0
Text Example
Text Example
White with #218FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FE0; }
p { color: rgb(33,143,224); }
H1.HeaderClassName
{
color: #218FE0;
}
.AnyTagClassName
{
color: #218FE0;
}
</style>
background-color css
<style>
a { background-color: #218FE0; }
a { background-color: rgb(33,143,224); }
div.DivClassName
{
background-color: #218FE0;
}
.BgClassName
{
background-color: #218FE0;
}
</style>
border-color css
<style>
span { border-color: #218FE0; }
span { border-color: rgb(33,143,224); }
td.TdClassName
{
border-color: #218FE0;
}
.TagClassName
{
border-color: #218FE0;
}
</style>