Shades of Curious Blue #2F77CE
Tints of Curious Blue #2F77CE
RGB
CMYK
RGB Variations
Color information
#2F77CE (or 0x2F77CE) is known color: Curious Blue. HEX triplet: 2F, 77 and CE. RGB value is (47,119,206). Sum of RGB (Red+Green+Blue) = 47+119+206=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F77CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F77CE is #D08831. Grayscale: #6A6A6A. Windows color (decimal): -13666354 or 13530927. OLE color: 13530927.
HSL color Cylindrical-coordinate representation of color #2F77CE: hue angle of 212.83º 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 #2F77CE is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 119 | 206 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.19 |
| HSL | 212.83º | 0.63% | 0.5% | - |
| HSV(B) | 212.83º | 0.77% | 0.81% | - |
| XYZ | 18.91 | 18.25 | 60.92 | - |
| YUV | 107.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 206 | 0.77 | 0.42 | 0 | 0.19 | 212.83 | 0.63 | 0.5 |
| Hex | 2F | 77 | CE | 4D | 2A | 0 | 13 | D5 | 3F | 32 |
| Octal | 57 | 167 | 316 | 115 | 52 | 0 | 23 | 325 | 77 | 62 |
| Binary | 101111 | 1110111 | 11001110 | 1001101 | 101010 | 0 | 10011 | 11010101 | 111111 | 110010 |
Color Harmonies of #2F77CE
Complementary color
Monochromatic Colors of #2F77CE
Black with #2F77CE
Text Example
Text Example
White with #2F77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F77CE; }
p { color: rgb(47,119,206); }
H1.HeaderClassName
{
color: #2F77CE;
}
.AnyTagClassName
{
color: #2F77CE;
}
</style>
background-color css
<style>
a { background-color: #2F77CE; }
a { background-color: rgb(47,119,206); }
div.DivClassName
{
background-color: #2F77CE;
}
.BgClassName
{
background-color: #2F77CE;
}
</style>
border-color css
<style>
span { border-color: #2F77CE; }
span { border-color: rgb(47,119,206); }
td.TdClassName
{
border-color: #2F77CE;
}
.TagClassName
{
border-color: #2F77CE;
}
</style>