Shades of Dodger Blue #218BDF
Tints of Dodger Blue #218BDF
RGB
CMYK
RGB Variations
Color information
#218BDF (or 0x218BDF) is known color: Dodger Blue. HEX triplet: 21, 8B and DF. RGB value is (33,139,223). Sum of RGB (Red+Green+Blue) = 33+139+223=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #218BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BDF is #DE7420. Grayscale: #747474. Windows color (decimal): -14578721 or 14650145. OLE color: 14650145.
HSL color Cylindrical-coordinate representation of color #218BDF: hue angle of 206.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218BDF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 139 | 223 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.13 |
| HSL | 206.53º | 0.75% | 0.5% | - |
| HSV(B) | 206.53º | 0.85% | 0.87% | - |
| XYZ | 23.18 | 24.12 | 73.25 | - |
| YUV | 116.88 | 187.88 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 223 | 0.85 | 0.38 | 0 | 0.13 | 206.53 | 0.75 | 0.5 |
| Hex | 21 | 8B | DF | 55 | 26 | 0 | D | CF | 4B | 32 |
| Octal | 41 | 213 | 337 | 125 | 46 | 0 | 15 | 317 | 113 | 62 |
| Binary | 100001 | 10001011 | 11011111 | 1010101 | 100110 | 0 | 1101 | 11001111 | 1001011 | 110010 |
Color Harmonies of #218BDF
Complementary color
Monochromatic Colors of #218BDF
Black with #218BDF
Text Example
Text Example
White with #218BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BDF; }
p { color: rgb(33,139,223); }
H1.HeaderClassName
{
color: #218BDF;
}
.AnyTagClassName
{
color: #218BDF;
}
</style>
background-color css
<style>
a { background-color: #218BDF; }
a { background-color: rgb(33,139,223); }
div.DivClassName
{
background-color: #218BDF;
}
.BgClassName
{
background-color: #218BDF;
}
</style>
border-color css
<style>
span { border-color: #218BDF; }
span { border-color: rgb(33,139,223); }
td.TdClassName
{
border-color: #218BDF;
}
.TagClassName
{
border-color: #218BDF;
}
</style>