Shades of Curious Blue #2F83CF
Tints of Curious Blue #2F83CF
RGB
CMYK
RGB Variations
Color information
#2F83CF (or 0x2F83CF) is known color: Curious Blue. HEX triplet: 2F, 83 and CF. RGB value is (47,131,207). Sum of RGB (Red+Green+Blue) = 47+131+207=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F83CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F83CF is #D07C30. Grayscale: #727272. Windows color (decimal): -13663281 or 13599535. OLE color: 13599535.
HSL color Cylindrical-coordinate representation of color #2F83CF: hue angle of 208.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F83CF is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 131 | 207 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.19 |
| HSL | 208.5º | 0.63% | 0.5% | - |
| HSV(B) | 208.5º | 0.77% | 0.81% | - |
| XYZ | 20.55 | 21.34 | 62.07 | - |
| YUV | 114.55 | 180.17 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 207 | 0.77 | 0.37 | 0 | 0.19 | 208.5 | 0.63 | 0.5 |
| Hex | 2F | 83 | CF | 4D | 25 | 0 | 13 | D0 | 3F | 32 |
| Octal | 57 | 203 | 317 | 115 | 45 | 0 | 23 | 320 | 77 | 62 |
| Binary | 101111 | 10000011 | 11001111 | 1001101 | 100101 | 0 | 10011 | 11010000 | 111111 | 110010 |
Color Harmonies of #2F83CF
Complementary color
Monochromatic Colors of #2F83CF
Black with #2F83CF
Text Example
Text Example
White with #2F83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F83CF; }
p { color: rgb(47,131,207); }
H1.HeaderClassName
{
color: #2F83CF;
}
.AnyTagClassName
{
color: #2F83CF;
}
</style>
background-color css
<style>
a { background-color: #2F83CF; }
a { background-color: rgb(47,131,207); }
div.DivClassName
{
background-color: #2F83CF;
}
.BgClassName
{
background-color: #2F83CF;
}
</style>
border-color css
<style>
span { border-color: #2F83CF; }
span { border-color: rgb(47,131,207); }
td.TdClassName
{
border-color: #2F83CF;
}
.TagClassName
{
border-color: #2F83CF;
}
</style>