Shades of Curious Blue #2C8ACF
Tints of Curious Blue #2C8ACF
RGB
CMYK
RGB Variations
Color information
#2C8ACF (or 0x2C8ACF) is known color: Curious Blue. HEX triplet: 2C, 8A and CF. RGB value is (44,138,207). Sum of RGB (Red+Green+Blue) = 44+138+207=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C8ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8ACF is #D37530. Grayscale: #757575. Windows color (decimal): -13858097 or 13601324. OLE color: 13601324.
HSL color Cylindrical-coordinate representation of color #2C8ACF: hue angle of 205.4º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C8ACF is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 138 | 207 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.19 |
| HSL | 205.4º | 0.65% | 0.49% | - |
| HSV(B) | 205.4º | 0.79% | 0.81% | - |
| XYZ | 21.39 | 23.22 | 62.39 | - |
| YUV | 117.76 | 178.36 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 207 | 0.79 | 0.33 | 0 | 0.19 | 205.4 | 0.65 | 0.49 |
| Hex | 2C | 8A | CF | 4F | 21 | 0 | 13 | CD | 41 | 31 |
| Octal | 54 | 212 | 317 | 117 | 41 | 0 | 23 | 315 | 101 | 61 |
| Binary | 101100 | 10001010 | 11001111 | 1001111 | 100001 | 0 | 10011 | 11001101 | 1000001 | 110001 |
Color Harmonies of #2C8ACF
Complementary color
Monochromatic Colors of #2C8ACF
Black with #2C8ACF
Text Example
Text Example
White with #2C8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8ACF; }
p { color: rgb(44,138,207); }
H1.HeaderClassName
{
color: #2C8ACF;
}
.AnyTagClassName
{
color: #2C8ACF;
}
</style>
background-color css
<style>
a { background-color: #2C8ACF; }
a { background-color: rgb(44,138,207); }
div.DivClassName
{
background-color: #2C8ACF;
}
.BgClassName
{
background-color: #2C8ACF;
}
</style>
border-color css
<style>
span { border-color: #2C8ACF; }
span { border-color: rgb(44,138,207); }
td.TdClassName
{
border-color: #2C8ACF;
}
.TagClassName
{
border-color: #2C8ACF;
}
</style>