Shades of Dodger Blue #218CDF
Tints of Dodger Blue #218CDF
RGB
CMYK
RGB Variations
Color information
#218CDF (or 0x218CDF) is known color: Dodger Blue. HEX triplet: 21, 8C and DF. RGB value is (33,140,223). Sum of RGB (Red+Green+Blue) = 33+140+223=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #218CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CDF is #DE7320. Grayscale: #757575. Windows color (decimal): -14578465 or 14650401. OLE color: 14650401.
HSL color Cylindrical-coordinate representation of color #218CDF: hue angle of 206.21º 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 #218CDF is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 140 | 223 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.13 |
| HSL | 206.21º | 0.75% | 0.5% | - |
| HSV(B) | 206.21º | 0.85% | 0.87% | - |
| XYZ | 23.32 | 24.41 | 73.29 | - |
| YUV | 117.47 | 187.55 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 223 | 0.85 | 0.37 | 0 | 0.13 | 206.21 | 0.75 | 0.5 |
| Hex | 21 | 8C | DF | 55 | 25 | 0 | D | CE | 4B | 32 |
| Octal | 41 | 214 | 337 | 125 | 45 | 0 | 15 | 316 | 113 | 62 |
| Binary | 100001 | 10001100 | 11011111 | 1010101 | 100101 | 0 | 1101 | 11001110 | 1001011 | 110010 |
Color Harmonies of #218CDF
Complementary color
Monochromatic Colors of #218CDF
Black with #218CDF
Text Example
Text Example
White with #218CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CDF; }
p { color: rgb(33,140,223); }
H1.HeaderClassName
{
color: #218CDF;
}
.AnyTagClassName
{
color: #218CDF;
}
</style>
background-color css
<style>
a { background-color: #218CDF; }
a { background-color: rgb(33,140,223); }
div.DivClassName
{
background-color: #218CDF;
}
.BgClassName
{
background-color: #218CDF;
}
</style>
border-color css
<style>
span { border-color: #218CDF; }
span { border-color: rgb(33,140,223); }
td.TdClassName
{
border-color: #218CDF;
}
.TagClassName
{
border-color: #218CDF;
}
</style>