Shades of Dodger Blue #218CFD
Tints of Dodger Blue #218CFD
RGB
CMYK
RGB Variations
Color information
#218CFD (or 0x218CFD) is known color: Dodger Blue. HEX triplet: 21, 8C and FD. RGB value is (33,140,253). Sum of RGB (Red+Green+Blue) = 33+140+253=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #218CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218CFD is #DE7302. Grayscale: #787878. Windows color (decimal): -14578435 or 16616481. OLE color: 16616481.
HSL color Cylindrical-coordinate representation of color #218CFD: hue angle of 210.82º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218CFD is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 140 | 253 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.01 |
| HSL | 210.82º | 0.98% | 0.56% | - |
| HSV(B) | 210.82º | 0.87% | 0.99% | - |
| XYZ | 27.73 | 26.17 | 96.52 | - |
| YUV | 120.89 | 202.55 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 253 | 0.87 | 0.45 | 0 | 0.01 | 210.82 | 0.98 | 0.56 |
| Hex | 21 | 8C | FD | 57 | 2D | 0 | 1 | D3 | 62 | 38 |
| Octal | 41 | 214 | 375 | 127 | 55 | 0 | 1 | 323 | 142 | 70 |
| Binary | 100001 | 10001100 | 11111101 | 1010111 | 101101 | 0 | 1 | 11010011 | 1100010 | 111000 |
Color Harmonies of #218CFD
Complementary color
Monochromatic Colors of #218CFD
Black with #218CFD
Text Example
Text Example
White with #218CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CFD; }
p { color: rgb(33,140,253); }
H1.HeaderClassName
{
color: #218CFD;
}
.AnyTagClassName
{
color: #218CFD;
}
</style>
background-color css
<style>
a { background-color: #218CFD; }
a { background-color: rgb(33,140,253); }
div.DivClassName
{
background-color: #218CFD;
}
.BgClassName
{
background-color: #218CFD;
}
</style>
border-color css
<style>
span { border-color: #218CFD; }
span { border-color: rgb(33,140,253); }
td.TdClassName
{
border-color: #218CFD;
}
.TagClassName
{
border-color: #218CFD;
}
</style>