Shades of Dodger Blue #218FF0
Tints of Dodger Blue #218FF0
RGB
CMYK
RGB Variations
Color information
#218FF0 (or 0x218FF0) is known color: Dodger Blue. HEX triplet: 21, 8F and F0. RGB value is (33,143,240). Sum of RGB (Red+Green+Blue) = 33+143+240=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #218FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218FF0 is #DE700F. Grayscale: #787878. Windows color (decimal): -14577680 or 15765281. OLE color: 15765281.
HSL color Cylindrical-coordinate representation of color #218FF0: hue angle of 208.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218FF0 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 143 | 240 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.06 |
| HSL | 208.12º | 0.87% | 0.54% | - |
| HSV(B) | 208.12º | 0.86% | 0.94% | - |
| XYZ | 26.18 | 26.26 | 86.13 | - |
| YUV | 121.17 | 195.06 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 240 | 0.86 | 0.40 | 0 | 0.06 | 208.12 | 0.87 | 0.54 |
| Hex | 21 | 8F | F0 | 56 | 28 | 0 | 6 | D0 | 57 | 36 |
| Octal | 41 | 217 | 360 | 126 | 50 | 0 | 6 | 320 | 127 | 66 |
| Binary | 100001 | 10001111 | 11110000 | 1010110 | 101000 | 0 | 110 | 11010000 | 1010111 | 110110 |
Color Harmonies of #218FF0
Complementary color
Monochromatic Colors of #218FF0
Black with #218FF0
Text Example
Text Example
White with #218FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FF0; }
p { color: rgb(33,143,240); }
H1.HeaderClassName
{
color: #218FF0;
}
.AnyTagClassName
{
color: #218FF0;
}
</style>
background-color css
<style>
a { background-color: #218FF0; }
a { background-color: rgb(33,143,240); }
div.DivClassName
{
background-color: #218FF0;
}
.BgClassName
{
background-color: #218FF0;
}
</style>
border-color css
<style>
span { border-color: #218FF0; }
span { border-color: rgb(33,143,240); }
td.TdClassName
{
border-color: #218FF0;
}
.TagClassName
{
border-color: #218FF0;
}
</style>