Shades of Curious Blue #2C78CF
Tints of Curious Blue #2C78CF
RGB
CMYK
RGB Variations
Color information
#2C78CF (or 0x2C78CF) is known color: Curious Blue. HEX triplet: 2C, 78 and CF. RGB value is (44,120,207). Sum of RGB (Red+Green+Blue) = 44+120+207=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C78CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C78CF is #D38730. Grayscale: #6A6A6A. Windows color (decimal): -13862705 or 13596716. OLE color: 13596716.
HSL color Cylindrical-coordinate representation of color #2C78CF: hue angle of 212.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C78CF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 120 | 207 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.19 |
| HSL | 212.02º | 0.65% | 0.49% | - |
| HSV(B) | 212.02º | 0.79% | 0.81% | - |
| XYZ | 19.02 | 18.47 | 61.59 | - |
| YUV | 107.19 | 184.32 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 207 | 0.79 | 0.42 | 0 | 0.19 | 212.02 | 0.65 | 0.49 |
| Hex | 2C | 78 | CF | 4F | 2A | 0 | 13 | D4 | 41 | 31 |
| Octal | 54 | 170 | 317 | 117 | 52 | 0 | 23 | 324 | 101 | 61 |
| Binary | 101100 | 1111000 | 11001111 | 1001111 | 101010 | 0 | 10011 | 11010100 | 1000001 | 110001 |
Color Harmonies of #2C78CF
Complementary color
Monochromatic Colors of #2C78CF
Black with #2C78CF
Text Example
Text Example
White with #2C78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C78CF; }
p { color: rgb(44,120,207); }
H1.HeaderClassName
{
color: #2C78CF;
}
.AnyTagClassName
{
color: #2C78CF;
}
</style>
background-color css
<style>
a { background-color: #2C78CF; }
a { background-color: rgb(44,120,207); }
div.DivClassName
{
background-color: #2C78CF;
}
.BgClassName
{
background-color: #2C78CF;
}
</style>
border-color css
<style>
span { border-color: #2C78CF; }
span { border-color: rgb(44,120,207); }
td.TdClassName
{
border-color: #2C78CF;
}
.TagClassName
{
border-color: #2C78CF;
}
</style>