Shades of Curious Blue #2F7ABC
Tints of Curious Blue #2F7ABC
RGB
CMYK
RGB Variations
Color information
#2F7ABC (or 0x2F7ABC) is known color: Curious Blue. HEX triplet: 2F, 7A and BC. RGB value is (47,122,188). Sum of RGB (Red+Green+Blue) = 47+122+188=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7ABC is #D08543. Grayscale: #6A6A6A. Windows color (decimal): -13665604 or 12352047. OLE color: 12352047.
HSL color Cylindrical-coordinate representation of color #2F7ABC: hue angle of 208.09º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7ABC is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 122 | 188 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.26 |
| HSL | 208.09º | 0.6% | 0.46% | - |
| HSV(B) | 208.09º | 0.75% | 0.74% | - |
| XYZ | 17.21 | 18.15 | 50.17 | - |
| YUV | 107.1 | 173.65 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 188 | 0.75 | 0.35 | 0 | 0.26 | 208.09 | 0.6 | 0.46 |
| Hex | 2F | 7A | BC | 4B | 23 | 0 | 1A | D0 | 3C | 2E |
| Octal | 57 | 172 | 274 | 113 | 43 | 0 | 32 | 320 | 74 | 56 |
| Binary | 101111 | 1111010 | 10111100 | 1001011 | 100011 | 0 | 11010 | 11010000 | 111100 | 101110 |
Color Harmonies of #2F7ABC
Complementary color
Monochromatic Colors of #2F7ABC
Black with #2F7ABC
Text Example
Text Example
White with #2F7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7ABC; }
p { color: rgb(47,122,188); }
H1.HeaderClassName
{
color: #2F7ABC;
}
.AnyTagClassName
{
color: #2F7ABC;
}
</style>
background-color css
<style>
a { background-color: #2F7ABC; }
a { background-color: rgb(47,122,188); }
div.DivClassName
{
background-color: #2F7ABC;
}
.BgClassName
{
background-color: #2F7ABC;
}
</style>
border-color css
<style>
span { border-color: #2F7ABC; }
span { border-color: rgb(47,122,188); }
td.TdClassName
{
border-color: #2F7ABC;
}
.TagClassName
{
border-color: #2F7ABC;
}
</style>