Shades of Dodger Blue #218AF3
Tints of Dodger Blue #218AF3
RGB
CMYK
RGB Variations
Color information
#218AF3 (or 0x218AF3) is known color: Dodger Blue. HEX triplet: 21, 8A and F3. RGB value is (33,138,243). Sum of RGB (Red+Green+Blue) = 33+138+243=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #218AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218AF3 is #DE750C. Grayscale: #767676. Windows color (decimal): -14578957 or 15960609. OLE color: 15960609.
HSL color Cylindrical-coordinate representation of color #218AF3: hue angle of 210º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218AF3 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 138 | 243 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.05 |
| HSL | 210º | 0.9% | 0.54% | - |
| HSV(B) | 210º | 0.86% | 0.95% | - |
| XYZ | 25.89 | 24.97 | 88.25 | - |
| YUV | 118.58 | 198.21 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 243 | 0.86 | 0.43 | 0 | 0.05 | 210 | 0.9 | 0.54 |
| Hex | 21 | 8A | F3 | 56 | 2B | 0 | 5 | D2 | 5A | 36 |
| Octal | 41 | 212 | 363 | 126 | 53 | 0 | 5 | 322 | 132 | 66 |
| Binary | 100001 | 10001010 | 11110011 | 1010110 | 101011 | 0 | 101 | 11010010 | 1011010 | 110110 |
Color Harmonies of #218AF3
Complementary color
Monochromatic Colors of #218AF3
Black with #218AF3
Text Example
Text Example
White with #218AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AF3; }
p { color: rgb(33,138,243); }
H1.HeaderClassName
{
color: #218AF3;
}
.AnyTagClassName
{
color: #218AF3;
}
</style>
background-color css
<style>
a { background-color: #218AF3; }
a { background-color: rgb(33,138,243); }
div.DivClassName
{
background-color: #218AF3;
}
.BgClassName
{
background-color: #218AF3;
}
</style>
border-color css
<style>
span { border-color: #218AF3; }
span { border-color: rgb(33,138,243); }
td.TdClassName
{
border-color: #218AF3;
}
.TagClassName
{
border-color: #218AF3;
}
</style>