Shades of Dodger Blue #218FFB
Tints of Dodger Blue #218FFB
RGB
CMYK
RGB Variations
Color information
#218FFB (or 0x218FFB) is known color: Dodger Blue. HEX triplet: 21, 8F and FB. RGB value is (33,143,251). Sum of RGB (Red+Green+Blue) = 33+143+251=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #218FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218FFB is #DE7004. Grayscale: #797979. Windows color (decimal): -14577669 or 16486177. OLE color: 16486177.
HSL color Cylindrical-coordinate representation of color #218FFB: hue angle of 209.72º 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 #218FFB is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 143 | 251 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.02 |
| HSL | 209.72º | 0.96% | 0.56% | - |
| HSV(B) | 209.72º | 0.87% | 0.98% | - |
| XYZ | 27.86 | 26.93 | 95 | - |
| YUV | 122.42 | 200.56 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 251 | 0.87 | 0.43 | 0 | 0.02 | 209.72 | 0.96 | 0.56 |
| Hex | 21 | 8F | FB | 57 | 2B | 0 | 2 | D2 | 60 | 38 |
| Octal | 41 | 217 | 373 | 127 | 53 | 0 | 2 | 322 | 140 | 70 |
| Binary | 100001 | 10001111 | 11111011 | 1010111 | 101011 | 0 | 10 | 11010010 | 1100000 | 111000 |
Color Harmonies of #218FFB
Complementary color
Monochromatic Colors of #218FFB
Black with #218FFB
Text Example
Text Example
White with #218FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FFB; }
p { color: rgb(33,143,251); }
H1.HeaderClassName
{
color: #218FFB;
}
.AnyTagClassName
{
color: #218FFB;
}
</style>
background-color css
<style>
a { background-color: #218FFB; }
a { background-color: rgb(33,143,251); }
div.DivClassName
{
background-color: #218FFB;
}
.BgClassName
{
background-color: #218FFB;
}
</style>
border-color css
<style>
span { border-color: #218FFB; }
span { border-color: rgb(33,143,251); }
td.TdClassName
{
border-color: #218FFB;
}
.TagClassName
{
border-color: #218FFB;
}
</style>