Shades of Dodger Blue #218CFE
Tints of Dodger Blue #218CFE
RGB
CMYK
RGB Variations
Color information
#218CFE (or 0x218CFE) is known color: Dodger Blue. HEX triplet: 21, 8C and FE. RGB value is (33,140,254). Sum of RGB (Red+Green+Blue) = 33+140+254=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #218CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218CFE is #DE7301. Grayscale: #787878. Windows color (decimal): -14578434 or 16682017. OLE color: 16682017.
HSL color Cylindrical-coordinate representation of color #218CFE: hue angle of 210.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218CFE is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 140 | 254 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.00 |
| HSL | 210.95º | 0.99% | 0.56% | - |
| HSV(B) | 210.95º | 0.87% | 1% | - |
| XYZ | 27.89 | 26.24 | 97.36 | - |
| YUV | 121 | 203.05 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 254 | 0.87 | 0.45 | 0 | 0.00 | 210.95 | 0.99 | 0.56 |
| Hex | 21 | 8C | FE | 57 | 2D | 0 | 0 | D3 | 63 | 38 |
| Octal | 41 | 214 | 376 | 127 | 55 | 0 | 0 | 323 | 143 | 70 |
| Binary | 100001 | 10001100 | 11111110 | 1010111 | 101101 | 0 | 0 | 11010011 | 1100011 | 111000 |
Color Harmonies of #218CFE
Complementary color
Monochromatic Colors of #218CFE
Black with #218CFE
Text Example
Text Example
White with #218CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CFE; }
p { color: rgb(33,140,254); }
H1.HeaderClassName
{
color: #218CFE;
}
.AnyTagClassName
{
color: #218CFE;
}
</style>
background-color css
<style>
a { background-color: #218CFE; }
a { background-color: rgb(33,140,254); }
div.DivClassName
{
background-color: #218CFE;
}
.BgClassName
{
background-color: #218CFE;
}
</style>
border-color css
<style>
span { border-color: #218CFE; }
span { border-color: rgb(33,140,254); }
td.TdClassName
{
border-color: #218CFE;
}
.TagClassName
{
border-color: #218CFE;
}
</style>