Shades of Curious Blue #2B7ACF
Tints of Curious Blue #2B7ACF
RGB
CMYK
RGB Variations
Color information
#2B7ACF (or 0x2B7ACF) is known color: Curious Blue. HEX triplet: 2B, 7A and CF. RGB value is (43,122,207). Sum of RGB (Red+Green+Blue) = 43+122+207=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7ACF is #D48530. Grayscale: #6B6B6B. Windows color (decimal): -13927729 or 13597227. OLE color: 13597227.
HSL color Cylindrical-coordinate representation of color #2B7ACF: hue angle of 211.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B7ACF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 122 | 207 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.19 |
| HSL | 211.1º | 0.66% | 0.49% | - |
| HSV(B) | 211.1º | 0.79% | 0.81% | - |
| XYZ | 19.22 | 18.94 | 61.67 | - |
| YUV | 108.07 | 183.83 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 207 | 0.79 | 0.41 | 0 | 0.19 | 211.1 | 0.66 | 0.49 |
| Hex | 2B | 7A | CF | 4F | 29 | 0 | 13 | D3 | 42 | 31 |
| Octal | 53 | 172 | 317 | 117 | 51 | 0 | 23 | 323 | 102 | 61 |
| Binary | 101011 | 1111010 | 11001111 | 1001111 | 101001 | 0 | 10011 | 11010011 | 1000010 | 110001 |
Color Harmonies of #2B7ACF
Complementary color
Monochromatic Colors of #2B7ACF
Black with #2B7ACF
Text Example
Text Example
White with #2B7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7ACF; }
p { color: rgb(43,122,207); }
H1.HeaderClassName
{
color: #2B7ACF;
}
.AnyTagClassName
{
color: #2B7ACF;
}
</style>
background-color css
<style>
a { background-color: #2B7ACF; }
a { background-color: rgb(43,122,207); }
div.DivClassName
{
background-color: #2B7ACF;
}
.BgClassName
{
background-color: #2B7ACF;
}
</style>
border-color css
<style>
span { border-color: #2B7ACF; }
span { border-color: rgb(43,122,207); }
td.TdClassName
{
border-color: #2B7ACF;
}
.TagClassName
{
border-color: #2B7ACF;
}
</style>