Shades of Curious Blue #2F7ECE
Tints of Curious Blue #2F7ECE
RGB
CMYK
RGB Variations
Color information
#2F7ECE (or 0x2F7ECE) is known color: Curious Blue. HEX triplet: 2F, 7E and CE. RGB value is (47,126,206). Sum of RGB (Red+Green+Blue) = 47+126+206=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F7ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7ECE is #D08131. Grayscale: #6F6F6F. Windows color (decimal): -13664562 or 13532719. OLE color: 13532719.
HSL color Cylindrical-coordinate representation of color #2F7ECE: hue angle of 210.19º 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 #2F7ECE is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 47 | 126 | 206 | - |
CMYK | 0.77 | 0.39 | 0 | 0.19 |
HSL | 210.19º | 0.63% | 0.5% | - |
HSV(B) | 210.19º | 0.77% | 0.81% | - |
XYZ | 19.77 | 19.98 | 61.21 | - |
YUV | 111.5 | 181.33 | 82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 126 | 206 | 0.77 | 0.39 | 0 | 0.19 | 210.19 | 0.63 | 0.5 |
Hex | 2F | 7E | CE | 4D | 27 | 0 | 13 | D2 | 3F | 32 |
Octal | 57 | 176 | 316 | 115 | 47 | 0 | 23 | 322 | 77 | 62 |
Binary | 101111 | 1111110 | 11001110 | 1001101 | 100111 | 0 | 10011 | 11010010 | 111111 | 110010 |
Color Harmonies of #2F7ECE
Complementary color
Monochromatic Colors of #2F7ECE
Black with #2F7ECE
Text Example
Text Example
White with #2F7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7ECE; }
p { color: rgb(47,126,206); }
H1.HeaderClassName
{
color: #2F7ECE;
}
.AnyTagClassName
{
color: #2F7ECE;
}
</style>
background-color css
<style>
a { background-color: #2F7ECE; }
a { background-color: rgb(47,126,206); }
div.DivClassName
{
background-color: #2F7ECE;
}
.BgClassName
{
background-color: #2F7ECE;
}
</style>
border-color css
<style>
span { border-color: #2F7ECE; }
span { border-color: rgb(47,126,206); }
td.TdClassName
{
border-color: #2F7ECE;
}
.TagClassName
{
border-color: #2F7ECE;
}
</style>