Shades of Curious Blue #2B8ACF
Tints of Curious Blue #2B8ACF
RGB
CMYK
RGB Variations
Color information
#2B8ACF (or 0x2B8ACF) is known color: Curious Blue. HEX triplet: 2B, 8A and CF. RGB value is (43,138,207). Sum of RGB (Red+Green+Blue) = 43+138+207=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B8ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ACF is #D47530. Grayscale: #757575. Windows color (decimal): -13923633 or 13601323. OLE color: 13601323.
HSL color Cylindrical-coordinate representation of color #2B8ACF: hue angle of 205.24º 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 #2B8ACF is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 138 | 207 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.19 |
| HSL | 205.24º | 0.66% | 0.49% | - |
| HSV(B) | 205.24º | 0.79% | 0.81% | - |
| XYZ | 21.35 | 23.2 | 62.38 | - |
| YUV | 117.46 | 178.53 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 207 | 0.79 | 0.33 | 0 | 0.19 | 205.24 | 0.66 | 0.49 |
| Hex | 2B | 8A | CF | 4F | 21 | 0 | 13 | CD | 42 | 31 |
| Octal | 53 | 212 | 317 | 117 | 41 | 0 | 23 | 315 | 102 | 61 |
| Binary | 101011 | 10001010 | 11001111 | 1001111 | 100001 | 0 | 10011 | 11001101 | 1000010 | 110001 |
Color Harmonies of #2B8ACF
Complementary color
Monochromatic Colors of #2B8ACF
Black with #2B8ACF
Text Example
Text Example
White with #2B8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8ACF; }
p { color: rgb(43,138,207); }
H1.HeaderClassName
{
color: #2B8ACF;
}
.AnyTagClassName
{
color: #2B8ACF;
}
</style>
background-color css
<style>
a { background-color: #2B8ACF; }
a { background-color: rgb(43,138,207); }
div.DivClassName
{
background-color: #2B8ACF;
}
.BgClassName
{
background-color: #2B8ACF;
}
</style>
border-color css
<style>
span { border-color: #2B8ACF; }
span { border-color: rgb(43,138,207); }
td.TdClassName
{
border-color: #2B8ACF;
}
.TagClassName
{
border-color: #2B8ACF;
}
</style>