Shades of Curious Blue #2F8CCD
Tints of Curious Blue #2F8CCD
RGB
CMYK
RGB Variations
Color information
#2F8CCD (or 0x2F8CCD) is known color: Curious Blue. HEX triplet: 2F, 8C and CD. RGB value is (47,140,205). Sum of RGB (Red+Green+Blue) = 47+140+205=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F8CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8CCD is #D07332. Grayscale: #777777. Windows color (decimal): -13660979 or 13470767. OLE color: 13470767.
HSL color Cylindrical-coordinate representation of color #2F8CCD: hue angle of 204.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F8CCD is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 140 | 205 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.20 |
| HSL | 204.68º | 0.63% | 0.49% | - |
| HSV(B) | 204.68º | 0.77% | 0.8% | - |
| XYZ | 21.57 | 23.77 | 61.21 | - |
| YUV | 119.6 | 176.19 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 140 | 205 | 0.77 | 0.32 | 0 | 0.20 | 204.68 | 0.63 | 0.49 |
| Hex | 2F | 8C | CD | 4D | 20 | 0 | 14 | CD | 3F | 31 |
| Octal | 57 | 214 | 315 | 115 | 40 | 0 | 24 | 315 | 77 | 61 |
| Binary | 101111 | 10001100 | 11001101 | 1001101 | 100000 | 0 | 10100 | 11001101 | 111111 | 110001 |
Color Harmonies of #2F8CCD
Complementary color
Monochromatic Colors of #2F8CCD
Black with #2F8CCD
Text Example
Text Example
White with #2F8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8CCD; }
p { color: rgb(47,140,205); }
H1.HeaderClassName
{
color: #2F8CCD;
}
.AnyTagClassName
{
color: #2F8CCD;
}
</style>
background-color css
<style>
a { background-color: #2F8CCD; }
a { background-color: rgb(47,140,205); }
div.DivClassName
{
background-color: #2F8CCD;
}
.BgClassName
{
background-color: #2F8CCD;
}
</style>
border-color css
<style>
span { border-color: #2F8CCD; }
span { border-color: rgb(47,140,205); }
td.TdClassName
{
border-color: #2F8CCD;
}
.TagClassName
{
border-color: #2F8CCD;
}
</style>