Shades of Curious Blue #2F8DCE
Tints of Curious Blue #2F8DCE
RGB
CMYK
RGB Variations
Color information
#2F8DCE (or 0x2F8DCE) is known color: Curious Blue. HEX triplet: 2F, 8D and CE. RGB value is (47,141,206). Sum of RGB (Red+Green+Blue) = 47+141+206=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F8DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8DCE is #D07231. Grayscale: #777777. Windows color (decimal): -13660722 or 13536559. OLE color: 13536559.
HSL color Cylindrical-coordinate representation of color #2F8DCE: hue angle of 204.53º 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 #2F8DCE is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 141 | 206 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.19 |
| HSL | 204.53º | 0.63% | 0.5% | - |
| HSV(B) | 204.53º | 0.77% | 0.81% | - |
| XYZ | 21.84 | 24.11 | 61.9 | - |
| YUV | 120.3 | 176.36 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 206 | 0.77 | 0.32 | 0 | 0.19 | 204.53 | 0.63 | 0.5 |
| Hex | 2F | 8D | CE | 4D | 20 | 0 | 13 | CD | 3F | 32 |
| Octal | 57 | 215 | 316 | 115 | 40 | 0 | 23 | 315 | 77 | 62 |
| Binary | 101111 | 10001101 | 11001110 | 1001101 | 100000 | 0 | 10011 | 11001101 | 111111 | 110010 |
Color Harmonies of #2F8DCE
Complementary color
Monochromatic Colors of #2F8DCE
Black with #2F8DCE
Text Example
Text Example
White with #2F8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DCE; }
p { color: rgb(47,141,206); }
H1.HeaderClassName
{
color: #2F8DCE;
}
.AnyTagClassName
{
color: #2F8DCE;
}
</style>
background-color css
<style>
a { background-color: #2F8DCE; }
a { background-color: rgb(47,141,206); }
div.DivClassName
{
background-color: #2F8DCE;
}
.BgClassName
{
background-color: #2F8DCE;
}
</style>
border-color css
<style>
span { border-color: #2F8DCE; }
span { border-color: rgb(47,141,206); }
td.TdClassName
{
border-color: #2F8DCE;
}
.TagClassName
{
border-color: #2F8DCE;
}
</style>