Shades of Curious Blue #218ACE
Tints of Curious Blue #218ACE
RGB
CMYK
RGB Variations
Color information
#218ACE (or 0x218ACE) is known color: Curious Blue. HEX triplet: 21, 8A and CE. RGB value is (33,138,206). Sum of RGB (Red+Green+Blue) = 33+138+206=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #218ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ACE is #DE7531. Grayscale: #717171. Windows color (decimal): -14578994 or 13535777. OLE color: 13535777.
HSL color Cylindrical-coordinate representation of color #218ACE: hue angle of 203.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218ACE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 138 | 206 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.19 |
| HSL | 203.58º | 0.72% | 0.47% | - |
| HSV(B) | 203.58º | 0.84% | 0.81% | - |
| XYZ | 20.86 | 22.96 | 61.72 | - |
| YUV | 114.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 206 | 0.84 | 0.33 | 0 | 0.19 | 203.58 | 0.72 | 0.47 |
| Hex | 21 | 8A | CE | 54 | 21 | 0 | 13 | CC | 48 | 2F |
| Octal | 41 | 212 | 316 | 124 | 41 | 0 | 23 | 314 | 110 | 57 |
| Binary | 100001 | 10001010 | 11001110 | 1010100 | 100001 | 0 | 10011 | 11001100 | 1001000 | 101111 |
Color Harmonies of #218ACE
Complementary color
Monochromatic Colors of #218ACE
Black with #218ACE
Text Example
Text Example
White with #218ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218ACE; }
p { color: rgb(33,138,206); }
H1.HeaderClassName
{
color: #218ACE;
}
.AnyTagClassName
{
color: #218ACE;
}
</style>
background-color css
<style>
a { background-color: #218ACE; }
a { background-color: rgb(33,138,206); }
div.DivClassName
{
background-color: #218ACE;
}
.BgClassName
{
background-color: #218ACE;
}
</style>
border-color css
<style>
span { border-color: #218ACE; }
span { border-color: rgb(33,138,206); }
td.TdClassName
{
border-color: #218ACE;
}
.TagClassName
{
border-color: #218ACE;
}
</style>