Shades of Dodger Blue #218EFB
Tints of Dodger Blue #218EFB
RGB
CMYK
RGB Variations
Color information
#218EFB (or 0x218EFB) is known color: Dodger Blue. HEX triplet: 21, 8E and FB. RGB value is (33,142,251). Sum of RGB (Red+Green+Blue) = 33+142+251=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #218EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218EFB is #DE7104. Grayscale: #797979. Windows color (decimal): -14577925 or 16485921. OLE color: 16485921.
HSL color Cylindrical-coordinate representation of color #218EFB: hue angle of 210º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218EFB is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 142 | 251 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.02 |
| HSL | 210º | 0.96% | 0.56% | - |
| HSV(B) | 210º | 0.87% | 0.98% | - |
| XYZ | 27.71 | 26.63 | 94.95 | - |
| YUV | 121.84 | 200.89 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 251 | 0.87 | 0.43 | 0 | 0.02 | 210 | 0.96 | 0.56 |
| Hex | 21 | 8E | FB | 57 | 2B | 0 | 2 | D2 | 60 | 38 |
| Octal | 41 | 216 | 373 | 127 | 53 | 0 | 2 | 322 | 140 | 70 |
| Binary | 100001 | 10001110 | 11111011 | 1010111 | 101011 | 0 | 10 | 11010010 | 1100000 | 111000 |
Color Harmonies of #218EFB
Complementary color
Monochromatic Colors of #218EFB
Black with #218EFB
Text Example
Text Example
White with #218EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218EFB; }
p { color: rgb(33,142,251); }
H1.HeaderClassName
{
color: #218EFB;
}
.AnyTagClassName
{
color: #218EFB;
}
</style>
background-color css
<style>
a { background-color: #218EFB; }
a { background-color: rgb(33,142,251); }
div.DivClassName
{
background-color: #218EFB;
}
.BgClassName
{
background-color: #218EFB;
}
</style>
border-color css
<style>
span { border-color: #218EFB; }
span { border-color: rgb(33,142,251); }
td.TdClassName
{
border-color: #218EFB;
}
.TagClassName
{
border-color: #218EFB;
}
</style>