Shades of Curious Blue #218AD0
Tints of Curious Blue #218AD0
RGB
CMYK
RGB Variations
Color information
#218AD0 (or 0x218AD0) is known color: Curious Blue. HEX triplet: 21, 8A and D0. RGB value is (33,138,208). Sum of RGB (Red+Green+Blue) = 33+138+208=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #218AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218AD0 is #DE752F. Grayscale: #727272. Windows color (decimal): -14578992 or 13666849. OLE color: 13666849.
HSL color Cylindrical-coordinate representation of color #218AD0: hue angle of 204º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218AD0 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 138 | 208 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.18 |
| HSL | 204º | 0.73% | 0.47% | - |
| HSV(B) | 204º | 0.84% | 0.82% | - |
| XYZ | 21.1 | 23.05 | 63.01 | - |
| YUV | 114.59 | 180.71 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 208 | 0.84 | 0.34 | 0 | 0.18 | 204 | 0.73 | 0.47 |
| Hex | 21 | 8A | D0 | 54 | 22 | 0 | 12 | CC | 49 | 2F |
| Octal | 41 | 212 | 320 | 124 | 42 | 0 | 22 | 314 | 111 | 57 |
| Binary | 100001 | 10001010 | 11010000 | 1010100 | 100010 | 0 | 10010 | 11001100 | 1001001 | 101111 |
Color Harmonies of #218AD0
Complementary color
Monochromatic Colors of #218AD0
Black with #218AD0
Text Example
Text Example
White with #218AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AD0; }
p { color: rgb(33,138,208); }
H1.HeaderClassName
{
color: #218AD0;
}
.AnyTagClassName
{
color: #218AD0;
}
</style>
background-color css
<style>
a { background-color: #218AD0; }
a { background-color: rgb(33,138,208); }
div.DivClassName
{
background-color: #218AD0;
}
.BgClassName
{
background-color: #218AD0;
}
</style>
border-color css
<style>
span { border-color: #218AD0; }
span { border-color: rgb(33,138,208); }
td.TdClassName
{
border-color: #218AD0;
}
.TagClassName
{
border-color: #218AD0;
}
</style>