Shades of Curious Blue #2F93C5
Tints of Curious Blue #2F93C5
RGB
CMYK
RGB Variations
Color information
#2F93C5 (or 0x2F93C5) is known color: Curious Blue. HEX triplet: 2F, 93 and C5. RGB value is (47,147,197). Sum of RGB (Red+Green+Blue) = 47+147+197=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #2F93C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F93C5 is #D06C3A. Grayscale: #7A7A7A. Windows color (decimal): -13659195 or 12948271. OLE color: 12948271.
HSL color Cylindrical-coordinate representation of color #2F93C5: hue angle of 200º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F93C5 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 147 | 197 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.23 |
| HSL | 200º | 0.61% | 0.48% | - |
| HSV(B) | 200º | 0.76% | 0.77% | - |
| XYZ | 21.68 | 25.5 | 56.6 | - |
| YUV | 122.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 197 | 0.76 | 0.25 | 0 | 0.23 | 200 | 0.61 | 0.48 |
| Hex | 2F | 93 | C5 | 4C | 19 | 0 | 17 | C8 | 3D | 30 |
| Octal | 57 | 223 | 305 | 114 | 31 | 0 | 27 | 310 | 75 | 60 |
| Binary | 101111 | 10010011 | 11000101 | 1001100 | 11001 | 0 | 10111 | 11001000 | 111101 | 110000 |
Color Harmonies of #2F93C5
Complementary color
Monochromatic Colors of #2F93C5
Black with #2F93C5
Text Example
Text Example
White with #2F93C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F93C5; }
p { color: rgb(47,147,197); }
H1.HeaderClassName
{
color: #2F93C5;
}
.AnyTagClassName
{
color: #2F93C5;
}
</style>
background-color css
<style>
a { background-color: #2F93C5; }
a { background-color: rgb(47,147,197); }
div.DivClassName
{
background-color: #2F93C5;
}
.BgClassName
{
background-color: #2F93C5;
}
</style>
border-color css
<style>
span { border-color: #2F93C5; }
span { border-color: rgb(47,147,197); }
td.TdClassName
{
border-color: #2F93C5;
}
.TagClassName
{
border-color: #2F93C5;
}
</style>