Shades of Curious Blue #2F88CF
Tints of Curious Blue #2F88CF
RGB
CMYK
RGB Variations
Color information
#2F88CF (or 0x2F88CF) is known color: Curious Blue. HEX triplet: 2F, 88 and CF. RGB value is (47,136,207). Sum of RGB (Red+Green+Blue) = 47+136+207=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F88CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F88CF is #D07730. Grayscale: #757575. Windows color (decimal): -13662001 or 13600815. OLE color: 13600815.
HSL color Cylindrical-coordinate representation of color #2F88CF: hue angle of 206.62º 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 #2F88CF is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 136 | 207 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.19 |
| HSL | 206.63º | 0.63% | 0.5% | - |
| HSV(B) | 206.63º | 0.77% | 0.81% | - |
| XYZ | 21.24 | 22.72 | 62.3 | - |
| YUV | 117.48 | 178.51 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 207 | 0.77 | 0.34 | 0 | 0.19 | 206.63 | 0.63 | 0.5 |
| Hex | 2F | 88 | CF | 4D | 22 | 0 | 13 | CF | 3F | 32 |
| Octal | 57 | 210 | 317 | 115 | 42 | 0 | 23 | 317 | 77 | 62 |
| Binary | 101111 | 10001000 | 11001111 | 1001101 | 100010 | 0 | 10011 | 11001111 | 111111 | 110010 |
Color Harmonies of #2F88CF
Complementary color
Monochromatic Colors of #2F88CF
Black with #2F88CF
Text Example
Text Example
White with #2F88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F88CF; }
p { color: rgb(47,136,207); }
H1.HeaderClassName
{
color: #2F88CF;
}
.AnyTagClassName
{
color: #2F88CF;
}
</style>
background-color css
<style>
a { background-color: #2F88CF; }
a { background-color: rgb(47,136,207); }
div.DivClassName
{
background-color: #2F88CF;
}
.BgClassName
{
background-color: #2F88CF;
}
</style>
border-color css
<style>
span { border-color: #2F88CF; }
span { border-color: rgb(47,136,207); }
td.TdClassName
{
border-color: #2F88CF;
}
.TagClassName
{
border-color: #2F88CF;
}
</style>