Shades of Curious Blue #2F8ECE
Tints of Curious Blue #2F8ECE
RGB
CMYK
RGB Variations
Color information
#2F8ECE (or 0x2F8ECE) is known color: Curious Blue. HEX triplet: 2F, 8E and CE. RGB value is (47,142,206). Sum of RGB (Red+Green+Blue) = 47+142+206=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8ECE is #D07131. Grayscale: #787878. Windows color (decimal): -13660466 or 13536815. OLE color: 13536815.
HSL color Cylindrical-coordinate representation of color #2F8ECE: hue angle of 204.15º 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 #2F8ECE is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 142 | 206 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.19 |
| HSL | 204.15º | 0.63% | 0.5% | - |
| HSV(B) | 204.15º | 0.77% | 0.81% | - |
| XYZ | 21.99 | 24.41 | 61.94 | - |
| YUV | 120.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 142 | 206 | 0.77 | 0.31 | 0 | 0.19 | 204.15 | 0.63 | 0.5 |
| Hex | 2F | 8E | CE | 4D | 1F | 0 | 13 | CC | 3F | 32 |
| Octal | 57 | 216 | 316 | 115 | 37 | 0 | 23 | 314 | 77 | 62 |
| Binary | 101111 | 10001110 | 11001110 | 1001101 | 11111 | 0 | 10011 | 11001100 | 111111 | 110010 |
Color Harmonies of #2F8ECE
Complementary color
Monochromatic Colors of #2F8ECE
Black with #2F8ECE
Text Example
Text Example
White with #2F8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8ECE; }
p { color: rgb(47,142,206); }
H1.HeaderClassName
{
color: #2F8ECE;
}
.AnyTagClassName
{
color: #2F8ECE;
}
</style>
background-color css
<style>
a { background-color: #2F8ECE; }
a { background-color: rgb(47,142,206); }
div.DivClassName
{
background-color: #2F8ECE;
}
.BgClassName
{
background-color: #2F8ECE;
}
</style>
border-color css
<style>
span { border-color: #2F8ECE; }
span { border-color: rgb(47,142,206); }
td.TdClassName
{
border-color: #2F8ECE;
}
.TagClassName
{
border-color: #2F8ECE;
}
</style>