Shades of Curious Blue #2F83BA
Tints of Curious Blue #2F83BA
RGB
CMYK
RGB Variations
Color information
#2F83BA (or 0x2F83BA) is known color: Curious Blue. HEX triplet: 2F, 83 and BA. RGB value is (47,131,186). Sum of RGB (Red+Green+Blue) = 47+131+186=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F83BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F83BA is #D07C45. Grayscale: #6F6F6F. Windows color (decimal): -13663302 or 12223279. OLE color: 12223279.
HSL color Cylindrical-coordinate representation of color #2F83BA: hue angle of 203.74º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F83BA is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 131 | 186 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.27 |
| HSL | 203.74º | 0.6% | 0.46% | - |
| HSV(B) | 203.74º | 0.75% | 0.73% | - |
| XYZ | 18.15 | 20.38 | 49.43 | - |
| YUV | 112.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 186 | 0.75 | 0.30 | 0 | 0.27 | 203.74 | 0.6 | 0.46 |
| Hex | 2F | 83 | BA | 4B | 1E | 0 | 1B | CC | 3C | 2E |
| Octal | 57 | 203 | 272 | 113 | 36 | 0 | 33 | 314 | 74 | 56 |
| Binary | 101111 | 10000011 | 10111010 | 1001011 | 11110 | 0 | 11011 | 11001100 | 111100 | 101110 |
Color Harmonies of #2F83BA
Complementary color
Monochromatic Colors of #2F83BA
Black with #2F83BA
Text Example
Text Example
White with #2F83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F83BA; }
p { color: rgb(47,131,186); }
H1.HeaderClassName
{
color: #2F83BA;
}
.AnyTagClassName
{
color: #2F83BA;
}
</style>
background-color css
<style>
a { background-color: #2F83BA; }
a { background-color: rgb(47,131,186); }
div.DivClassName
{
background-color: #2F83BA;
}
.BgClassName
{
background-color: #2F83BA;
}
</style>
border-color css
<style>
span { border-color: #2F83BA; }
span { border-color: rgb(47,131,186); }
td.TdClassName
{
border-color: #2F83BA;
}
.TagClassName
{
border-color: #2F83BA;
}
</style>