Shades of Curious Blue #277FCD
Tints of Curious Blue #277FCD
RGB
CMYK
RGB Variations
Color information
#277FCD (or 0x277FCD) is known color: Curious Blue. HEX triplet: 27, 7F and CD. RGB value is (39,127,205). Sum of RGB (Red+Green+Blue) = 39+127+205=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #277FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FCD is #D88032. Grayscale: #6D6D6D. Windows color (decimal): -14188595 or 13467431. OLE color: 13467431.
HSL color Cylindrical-coordinate representation of color #277FCD: hue angle of 208.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277FCD is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 127 | 205 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.20 |
| HSL | 208.19º | 0.68% | 0.48% | - |
| HSV(B) | 208.19º | 0.81% | 0.8% | - |
| XYZ | 19.45 | 20.02 | 60.6 | - |
| YUV | 109.58 | 181.85 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 205 | 0.81 | 0.38 | 0 | 0.20 | 208.19 | 0.68 | 0.48 |
| Hex | 27 | 7F | CD | 51 | 26 | 0 | 14 | D0 | 44 | 30 |
| Octal | 47 | 177 | 315 | 121 | 46 | 0 | 24 | 320 | 104 | 60 |
| Binary | 100111 | 1111111 | 11001101 | 1010001 | 100110 | 0 | 10100 | 11010000 | 1000100 | 110000 |
Color Harmonies of #277FCD
Complementary color
Monochromatic Colors of #277FCD
Black with #277FCD
Text Example
Text Example
White with #277FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FCD; }
p { color: rgb(39,127,205); }
H1.HeaderClassName
{
color: #277FCD;
}
.AnyTagClassName
{
color: #277FCD;
}
</style>
background-color css
<style>
a { background-color: #277FCD; }
a { background-color: rgb(39,127,205); }
div.DivClassName
{
background-color: #277FCD;
}
.BgClassName
{
background-color: #277FCD;
}
</style>
border-color css
<style>
span { border-color: #277FCD; }
span { border-color: rgb(39,127,205); }
td.TdClassName
{
border-color: #277FCD;
}
.TagClassName
{
border-color: #277FCD;
}
</style>