Shades of Curious Blue #2F88CE
Tints of Curious Blue #2F88CE
RGB
CMYK
RGB Variations
Color information
#2F88CE (or 0x2F88CE) is known color: Curious Blue. HEX triplet: 2F, 88 and CE. RGB value is (47,136,206). Sum of RGB (Red+Green+Blue) = 47+136+206=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F88CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F88CE is #D07731. Grayscale: #747474. Windows color (decimal): -13662002 or 13535279. OLE color: 13535279.
HSL color Cylindrical-coordinate representation of color #2F88CE: hue angle of 206.42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F88CE is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 136 | 206 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.19 |
| HSL | 206.42º | 0.63% | 0.5% | - |
| HSV(B) | 206.42º | 0.77% | 0.81% | - |
| XYZ | 21.12 | 22.67 | 61.66 | - |
| YUV | 117.37 | 178.01 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 206 | 0.77 | 0.34 | 0 | 0.19 | 206.42 | 0.63 | 0.5 |
| Hex | 2F | 88 | CE | 4D | 22 | 0 | 13 | CE | 3F | 32 |
| Octal | 57 | 210 | 316 | 115 | 42 | 0 | 23 | 316 | 77 | 62 |
| Binary | 101111 | 10001000 | 11001110 | 1001101 | 100010 | 0 | 10011 | 11001110 | 111111 | 110010 |
Color Harmonies of #2F88CE
Complementary color
Monochromatic Colors of #2F88CE
Black with #2F88CE
Text Example
Text Example
White with #2F88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F88CE; }
p { color: rgb(47,136,206); }
H1.HeaderClassName
{
color: #2F88CE;
}
.AnyTagClassName
{
color: #2F88CE;
}
</style>
background-color css
<style>
a { background-color: #2F88CE; }
a { background-color: rgb(47,136,206); }
div.DivClassName
{
background-color: #2F88CE;
}
.BgClassName
{
background-color: #2F88CE;
}
</style>
border-color css
<style>
span { border-color: #2F88CE; }
span { border-color: rgb(47,136,206); }
td.TdClassName
{
border-color: #2F88CE;
}
.TagClassName
{
border-color: #2F88CE;
}
</style>