Shades of Dodger Blue #218BFE
Tints of Dodger Blue #218BFE
RGB
CMYK
RGB Variations
Color information
#218BFE (or 0x218BFE) is known color: Dodger Blue. HEX triplet: 21, 8B and FE. RGB value is (33,139,254). Sum of RGB (Red+Green+Blue) = 33+139+254=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #218BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BFE is #DE7401. Grayscale: #777777. Windows color (decimal): -14578690 or 16681761. OLE color: 16681761.
HSL color Cylindrical-coordinate representation of color #218BFE: hue angle of 211.22º 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 #218BFE is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 139 | 254 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.00 |
| HSL | 211.22º | 0.99% | 0.56% | - |
| HSV(B) | 211.22º | 0.87% | 1% | - |
| XYZ | 27.75 | 25.94 | 97.31 | - |
| YUV | 120.42 | 203.38 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 254 | 0.87 | 0.45 | 0 | 0.00 | 211.22 | 0.99 | 0.56 |
| Hex | 21 | 8B | FE | 57 | 2D | 0 | 0 | D3 | 63 | 38 |
| Octal | 41 | 213 | 376 | 127 | 55 | 0 | 0 | 323 | 143 | 70 |
| Binary | 100001 | 10001011 | 11111110 | 1010111 | 101101 | 0 | 0 | 11010011 | 1100011 | 111000 |
Color Harmonies of #218BFE
Complementary color
Monochromatic Colors of #218BFE
Black with #218BFE
Text Example
Text Example
White with #218BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BFE; }
p { color: rgb(33,139,254); }
H1.HeaderClassName
{
color: #218BFE;
}
.AnyTagClassName
{
color: #218BFE;
}
</style>
background-color css
<style>
a { background-color: #218BFE; }
a { background-color: rgb(33,139,254); }
div.DivClassName
{
background-color: #218BFE;
}
.BgClassName
{
background-color: #218BFE;
}
</style>
border-color css
<style>
span { border-color: #218BFE; }
span { border-color: rgb(33,139,254); }
td.TdClassName
{
border-color: #218BFE;
}
.TagClassName
{
border-color: #218BFE;
}
</style>