Shades of Curious Blue #2F7BBE
Tints of Curious Blue #2F7BBE
RGB
CMYK
RGB Variations
Color information
#2F7BBE (or 0x2F7BBE) is known color: Curious Blue. HEX triplet: 2F, 7B and BE. RGB value is (47,123,190). Sum of RGB (Red+Green+Blue) = 47+123+190=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7BBE is #D08441. Grayscale: #6B6B6B. Windows color (decimal): -13665346 or 12483375. OLE color: 12483375.
HSL color Cylindrical-coordinate representation of color #2F7BBE: hue angle of 208.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7BBE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 123 | 190 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.25 |
| HSL | 208.11º | 0.6% | 0.46% | - |
| HSV(B) | 208.11º | 0.75% | 0.75% | - |
| XYZ | 17.55 | 18.49 | 51.36 | - |
| YUV | 107.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 190 | 0.75 | 0.35 | 0 | 0.25 | 208.11 | 0.6 | 0.46 |
| Hex | 2F | 7B | BE | 4B | 23 | 0 | 19 | D0 | 3C | 2E |
| Octal | 57 | 173 | 276 | 113 | 43 | 0 | 31 | 320 | 74 | 56 |
| Binary | 101111 | 1111011 | 10111110 | 1001011 | 100011 | 0 | 11001 | 11010000 | 111100 | 101110 |
Color Harmonies of #2F7BBE
Complementary color
Monochromatic Colors of #2F7BBE
Black with #2F7BBE
Text Example
Text Example
White with #2F7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7BBE; }
p { color: rgb(47,123,190); }
H1.HeaderClassName
{
color: #2F7BBE;
}
.AnyTagClassName
{
color: #2F7BBE;
}
</style>
background-color css
<style>
a { background-color: #2F7BBE; }
a { background-color: rgb(47,123,190); }
div.DivClassName
{
background-color: #2F7BBE;
}
.BgClassName
{
background-color: #2F7BBE;
}
</style>
border-color css
<style>
span { border-color: #2F7BBE; }
span { border-color: rgb(47,123,190); }
td.TdClassName
{
border-color: #2F7BBE;
}
.TagClassName
{
border-color: #2F7BBE;
}
</style>