Shades of Curious Blue #277ECF
Tints of Curious Blue #277ECF
RGB
CMYK
RGB Variations
Color information
#277ECF (or 0x277ECF) is known color: Curious Blue. HEX triplet: 27, 7E and CF. RGB value is (39,126,207). Sum of RGB (Red+Green+Blue) = 39+126+207=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #277ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ECF is #D88130. Grayscale: #6C6C6C. Windows color (decimal): -14188849 or 13598247. OLE color: 13598247.
HSL color Cylindrical-coordinate representation of color #277ECF: hue angle of 208.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277ECF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 126 | 207 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.19 |
| HSL | 208.93º | 0.68% | 0.48% | - |
| HSV(B) | 208.93º | 0.81% | 0.81% | - |
| XYZ | 19.56 | 19.86 | 61.83 | - |
| YUV | 109.22 | 183.18 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 207 | 0.81 | 0.39 | 0 | 0.19 | 208.93 | 0.68 | 0.48 |
| Hex | 27 | 7E | CF | 51 | 27 | 0 | 13 | D1 | 44 | 30 |
| Octal | 47 | 176 | 317 | 121 | 47 | 0 | 23 | 321 | 104 | 60 |
| Binary | 100111 | 1111110 | 11001111 | 1010001 | 100111 | 0 | 10011 | 11010001 | 1000100 | 110000 |
Color Harmonies of #277ECF
Complementary color
Monochromatic Colors of #277ECF
Black with #277ECF
Text Example
Text Example
White with #277ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277ECF; }
p { color: rgb(39,126,207); }
H1.HeaderClassName
{
color: #277ECF;
}
.AnyTagClassName
{
color: #277ECF;
}
</style>
background-color css
<style>
a { background-color: #277ECF; }
a { background-color: rgb(39,126,207); }
div.DivClassName
{
background-color: #277ECF;
}
.BgClassName
{
background-color: #277ECF;
}
</style>
border-color css
<style>
span { border-color: #277ECF; }
span { border-color: rgb(39,126,207); }
td.TdClassName
{
border-color: #277ECF;
}
.TagClassName
{
border-color: #277ECF;
}
</style>