Shades of Curious Blue #2F7FCE
Tints of Curious Blue #2F7FCE
RGB
CMYK
RGB Variations
Color information
#2F7FCE (or 0x2F7FCE) is known color: Curious Blue. HEX triplet: 2F, 7F and CE. RGB value is (47,127,206). Sum of RGB (Red+Green+Blue) = 47+127+206=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F7FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FCE is #D08031. Grayscale: #6F6F6F. Windows color (decimal): -13664306 or 13532975. OLE color: 13532975.
HSL color Cylindrical-coordinate representation of color #2F7FCE: hue angle of 209.81º 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 #2F7FCE is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 127 | 206 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.19 |
| HSL | 209.81º | 0.63% | 0.5% | - |
| HSV(B) | 209.81º | 0.77% | 0.81% | - |
| XYZ | 19.9 | 20.24 | 61.25 | - |
| YUV | 112.09 | 181 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 206 | 0.77 | 0.38 | 0 | 0.19 | 209.81 | 0.63 | 0.5 |
| Hex | 2F | 7F | CE | 4D | 26 | 0 | 13 | D2 | 3F | 32 |
| Octal | 57 | 177 | 316 | 115 | 46 | 0 | 23 | 322 | 77 | 62 |
| Binary | 101111 | 1111111 | 11001110 | 1001101 | 100110 | 0 | 10011 | 11010010 | 111111 | 110010 |
Color Harmonies of #2F7FCE
Complementary color
Monochromatic Colors of #2F7FCE
Black with #2F7FCE
Text Example
Text Example
White with #2F7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FCE; }
p { color: rgb(47,127,206); }
H1.HeaderClassName
{
color: #2F7FCE;
}
.AnyTagClassName
{
color: #2F7FCE;
}
</style>
background-color css
<style>
a { background-color: #2F7FCE; }
a { background-color: rgb(47,127,206); }
div.DivClassName
{
background-color: #2F7FCE;
}
.BgClassName
{
background-color: #2F7FCE;
}
</style>
border-color css
<style>
span { border-color: #2F7FCE; }
span { border-color: rgb(47,127,206); }
td.TdClassName
{
border-color: #2F7FCE;
}
.TagClassName
{
border-color: #2F7FCE;
}
</style>