Shades of Curious Blue #2F8DCB
Tints of Curious Blue #2F8DCB
RGB
CMYK
RGB Variations
Color information
#2F8DCB (or 0x2F8DCB) is known color: Curious Blue. HEX triplet: 2F, 8D and CB. RGB value is (47,141,203). Sum of RGB (Red+Green+Blue) = 47+141+203=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F8DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8DCB is #D07234. Grayscale: #777777. Windows color (decimal): -13660725 or 13339951. OLE color: 13339951.
HSL color Cylindrical-coordinate representation of color #2F8DCB: hue angle of 203.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F8DCB is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 141 | 203 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.20 |
| HSL | 203.85º | 0.62% | 0.49% | - |
| HSV(B) | 203.85º | 0.77% | 0.8% | - |
| XYZ | 21.48 | 23.97 | 59.99 | - |
| YUV | 119.96 | 174.86 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 203 | 0.77 | 0.31 | 0 | 0.20 | 203.85 | 0.62 | 0.49 |
| Hex | 2F | 8D | CB | 4D | 1F | 0 | 14 | CC | 3E | 31 |
| Octal | 57 | 215 | 313 | 115 | 37 | 0 | 24 | 314 | 76 | 61 |
| Binary | 101111 | 10001101 | 11001011 | 1001101 | 11111 | 0 | 10100 | 11001100 | 111110 | 110001 |
Color Harmonies of #2F8DCB
Complementary color
Monochromatic Colors of #2F8DCB
Black with #2F8DCB
Text Example
Text Example
White with #2F8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DCB; }
p { color: rgb(47,141,203); }
H1.HeaderClassName
{
color: #2F8DCB;
}
.AnyTagClassName
{
color: #2F8DCB;
}
</style>
background-color css
<style>
a { background-color: #2F8DCB; }
a { background-color: rgb(47,141,203); }
div.DivClassName
{
background-color: #2F8DCB;
}
.BgClassName
{
background-color: #2F8DCB;
}
</style>
border-color css
<style>
span { border-color: #2F8DCB; }
span { border-color: rgb(47,141,203); }
td.TdClassName
{
border-color: #2F8DCB;
}
.TagClassName
{
border-color: #2F8DCB;
}
</style>