Shades of Curious Blue #2B81CB
Tints of Curious Blue #2B81CB
RGB
CMYK
RGB Variations
Color information
#2B81CB (or 0x2B81CB) is known color: Curious Blue. HEX triplet: 2B, 81 and CB. RGB value is (43,129,203). Sum of RGB (Red+Green+Blue) = 43+129+203=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B81CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B81CB is #D47E34. Grayscale: #6F6F6F. Windows color (decimal): -13925941 or 13336875. OLE color: 13336875.
HSL color Cylindrical-coordinate representation of color #2B81CB: hue angle of 207.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B81CB is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 129 | 203 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.20 |
| HSL | 207.75º | 0.65% | 0.48% | - |
| HSV(B) | 207.75º | 0.79% | 0.8% | - |
| XYZ | 19.63 | 20.53 | 59.43 | - |
| YUV | 111.72 | 179.51 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 203 | 0.79 | 0.36 | 0 | 0.20 | 207.75 | 0.65 | 0.48 |
| Hex | 2B | 81 | CB | 4F | 24 | 0 | 14 | D0 | 41 | 30 |
| Octal | 53 | 201 | 313 | 117 | 44 | 0 | 24 | 320 | 101 | 60 |
| Binary | 101011 | 10000001 | 11001011 | 1001111 | 100100 | 0 | 10100 | 11010000 | 1000001 | 110000 |
Color Harmonies of #2B81CB
Complementary color
Monochromatic Colors of #2B81CB
Black with #2B81CB
Text Example
Text Example
White with #2B81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B81CB; }
p { color: rgb(43,129,203); }
H1.HeaderClassName
{
color: #2B81CB;
}
.AnyTagClassName
{
color: #2B81CB;
}
</style>
background-color css
<style>
a { background-color: #2B81CB; }
a { background-color: rgb(43,129,203); }
div.DivClassName
{
background-color: #2B81CB;
}
.BgClassName
{
background-color: #2B81CB;
}
</style>
border-color css
<style>
span { border-color: #2B81CB; }
span { border-color: rgb(43,129,203); }
td.TdClassName
{
border-color: #2B81CB;
}
.TagClassName
{
border-color: #2B81CB;
}
</style>