Shades of Curious Blue #218ACF
Tints of Curious Blue #218ACF
RGB
CMYK
RGB Variations
Color information
#218ACF (or 0x218ACF) is known color: Curious Blue. HEX triplet: 21, 8A and CF. RGB value is (33,138,207). Sum of RGB (Red+Green+Blue) = 33+138+207=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #218ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ACF is #DE7530. Grayscale: #727272. Windows color (decimal): -14578993 or 13601313. OLE color: 13601313.
HSL color Cylindrical-coordinate representation of color #218ACF: hue angle of 203.79º degrees, saturation: 0.73, 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 #218ACF is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 138 | 207 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.19 |
| HSL | 203.79º | 0.73% | 0.47% | - |
| HSV(B) | 203.79º | 0.84% | 0.81% | - |
| XYZ | 20.98 | 23.01 | 62.37 | - |
| YUV | 114.47 | 180.21 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 207 | 0.84 | 0.33 | 0 | 0.19 | 203.79 | 0.73 | 0.47 |
| Hex | 21 | 8A | CF | 54 | 21 | 0 | 13 | CC | 48 | 2F |
| Octal | 41 | 212 | 317 | 124 | 41 | 0 | 23 | 314 | 110 | 57 |
| Binary | 100001 | 10001010 | 11001111 | 1010100 | 100001 | 0 | 10011 | 11001100 | 1001000 | 101111 |
Color Harmonies of #218ACF
Complementary color
Monochromatic Colors of #218ACF
Black with #218ACF
Text Example
Text Example
White with #218ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218ACF; }
p { color: rgb(33,138,207); }
H1.HeaderClassName
{
color: #218ACF;
}
.AnyTagClassName
{
color: #218ACF;
}
</style>
background-color css
<style>
a { background-color: #218ACF; }
a { background-color: rgb(33,138,207); }
div.DivClassName
{
background-color: #218ACF;
}
.BgClassName
{
background-color: #218ACF;
}
</style>
border-color css
<style>
span { border-color: #218ACF; }
span { border-color: rgb(33,138,207); }
td.TdClassName
{
border-color: #218ACF;
}
.TagClassName
{
border-color: #218ACF;
}
</style>