Shades of Curious Blue #2B8ECF
Tints of Curious Blue #2B8ECF
RGB
CMYK
RGB Variations
Color information
#2B8ECF (or 0x2B8ECF) is known color: Curious Blue. HEX triplet: 2B, 8E and CF. RGB value is (43,142,207). Sum of RGB (Red+Green+Blue) = 43+142+207=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B8ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ECF is #D47130. Grayscale: #777777. Windows color (decimal): -13922609 or 13602347. OLE color: 13602347.
HSL color Cylindrical-coordinate representation of color #2B8ECF: hue angle of 203.78º 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 #2B8ECF is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 142 | 207 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.19 |
| HSL | 203.78º | 0.66% | 0.49% | - |
| HSV(B) | 203.78º | 0.79% | 0.81% | - |
| XYZ | 21.93 | 24.36 | 62.58 | - |
| YUV | 119.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 142 | 207 | 0.79 | 0.31 | 0 | 0.19 | 203.78 | 0.66 | 0.49 |
| Hex | 2B | 8E | CF | 4F | 1F | 0 | 13 | CC | 42 | 31 |
| Octal | 53 | 216 | 317 | 117 | 37 | 0 | 23 | 314 | 102 | 61 |
| Binary | 101011 | 10001110 | 11001111 | 1001111 | 11111 | 0 | 10011 | 11001100 | 1000010 | 110001 |
Color Harmonies of #2B8ECF
Complementary color
Monochromatic Colors of #2B8ECF
Black with #2B8ECF
Text Example
Text Example
White with #2B8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8ECF; }
p { color: rgb(43,142,207); }
H1.HeaderClassName
{
color: #2B8ECF;
}
.AnyTagClassName
{
color: #2B8ECF;
}
</style>
background-color css
<style>
a { background-color: #2B8ECF; }
a { background-color: rgb(43,142,207); }
div.DivClassName
{
background-color: #2B8ECF;
}
.BgClassName
{
background-color: #2B8ECF;
}
</style>
border-color css
<style>
span { border-color: #2B8ECF; }
span { border-color: rgb(43,142,207); }
td.TdClassName
{
border-color: #2B8ECF;
}
.TagClassName
{
border-color: #2B8ECF;
}
</style>