Shades of Curious Blue #2F7BC8
Tints of Curious Blue #2F7BC8
RGB
CMYK
RGB Variations
Color information
#2F7BC8 (or 0x2F7BC8) is known color: Curious Blue. HEX triplet: 2F, 7B and C8. RGB value is (47,123,200). Sum of RGB (Red+Green+Blue) = 47+123+200=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 200 (78.52% from 255 or 54.05% from 370); Max value from RGB is 200 - color contains mainly: blue. Hex color #2F7BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7BC8 is #D08437. Grayscale: #6C6C6C. Windows color (decimal): -13665336 or 13138735. OLE color: 13138735.
HSL color Cylindrical-coordinate representation of color #2F7BC8: hue angle of 210.2º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F7BC8 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 123 | 200 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.22 |
| HSL | 210.2º | 0.62% | 0.48% | - |
| HSV(B) | 210.2º | 0.77% | 0.78% | - |
| XYZ | 18.68 | 18.94 | 57.31 | - |
| YUV | 109.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 200 | 0.76 | 0.38 | 0 | 0.22 | 210.2 | 0.62 | 0.48 |
| Hex | 2F | 7B | C8 | 4C | 26 | 0 | 16 | D2 | 3E | 30 |
| Octal | 57 | 173 | 310 | 114 | 46 | 0 | 26 | 322 | 76 | 60 |
| Binary | 101111 | 1111011 | 11001000 | 1001100 | 100110 | 0 | 10110 | 11010010 | 111110 | 110000 |
Color Harmonies of #2F7BC8
Complementary color
Monochromatic Colors of #2F7BC8
Black with #2F7BC8
Text Example
Text Example
White with #2F7BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7BC8; }
p { color: rgb(47,123,200); }
H1.HeaderClassName
{
color: #2F7BC8;
}
.AnyTagClassName
{
color: #2F7BC8;
}
</style>
background-color css
<style>
a { background-color: #2F7BC8; }
a { background-color: rgb(47,123,200); }
div.DivClassName
{
background-color: #2F7BC8;
}
.BgClassName
{
background-color: #2F7BC8;
}
</style>
border-color css
<style>
span { border-color: #2F7BC8; }
span { border-color: rgb(47,123,200); }
td.TdClassName
{
border-color: #2F7BC8;
}
.TagClassName
{
border-color: #2F7BC8;
}
</style>