Shades of Curious Blue #218AD1
Tints of Curious Blue #218AD1
RGB
CMYK
RGB Variations
Color information
#218AD1 (or 0x218AD1) is known color: Curious Blue. HEX triplet: 21, 8A and D1. RGB value is (33,138,209). Sum of RGB (Red+Green+Blue) = 33+138+209=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #218AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218AD1 is #DE752E. Grayscale: #727272. Windows color (decimal): -14578991 or 13732385. OLE color: 13732385.
HSL color Cylindrical-coordinate representation of color #218AD1: hue angle of 204.2º 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 #218AD1 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 138 | 209 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.18 |
| HSL | 204.2º | 0.73% | 0.47% | - |
| HSV(B) | 204.2º | 0.84% | 0.82% | - |
| XYZ | 21.22 | 23.1 | 63.66 | - |
| YUV | 114.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 209 | 0.84 | 0.34 | 0 | 0.18 | 204.2 | 0.73 | 0.47 |
| Hex | 21 | 8A | D1 | 54 | 22 | 0 | 12 | CC | 49 | 2F |
| Octal | 41 | 212 | 321 | 124 | 42 | 0 | 22 | 314 | 111 | 57 |
| Binary | 100001 | 10001010 | 11010001 | 1010100 | 100010 | 0 | 10010 | 11001100 | 1001001 | 101111 |
Color Harmonies of #218AD1
Complementary color
Monochromatic Colors of #218AD1
Black with #218AD1
Text Example
Text Example
White with #218AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AD1; }
p { color: rgb(33,138,209); }
H1.HeaderClassName
{
color: #218AD1;
}
.AnyTagClassName
{
color: #218AD1;
}
</style>
background-color css
<style>
a { background-color: #218AD1; }
a { background-color: rgb(33,138,209); }
div.DivClassName
{
background-color: #218AD1;
}
.BgClassName
{
background-color: #218AD1;
}
</style>
border-color css
<style>
span { border-color: #218AD1; }
span { border-color: rgb(33,138,209); }
td.TdClassName
{
border-color: #218AD1;
}
.TagClassName
{
border-color: #218AD1;
}
</style>