Shades of Curious Blue #2D77CF
Tints of Curious Blue #2D77CF
RGB
CMYK
RGB Variations
Color information
#2D77CF (or 0x2D77CF) is known color: Curious Blue. HEX triplet: 2D, 77 and CF. RGB value is (45,119,207). Sum of RGB (Red+Green+Blue) = 45+119+207=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 119 (46.88% from 255 or 32.08% 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 #2D77CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D77CF is #D28830. Grayscale: #6A6A6A. Windows color (decimal): -13797425 or 13596461. OLE color: 13596461.
HSL color Cylindrical-coordinate representation of color #2D77CF: hue angle of 212.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D77CF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 119 | 207 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.19 |
| HSL | 212.59º | 0.64% | 0.49% | - |
| HSV(B) | 212.59º | 0.78% | 0.81% | - |
| XYZ | 18.94 | 18.26 | 61.56 | - |
| YUV | 106.91 | 184.48 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 207 | 0.78 | 0.43 | 0 | 0.19 | 212.59 | 0.64 | 0.49 |
| Hex | 2D | 77 | CF | 4E | 2B | 0 | 13 | D5 | 40 | 31 |
| Octal | 55 | 167 | 317 | 116 | 53 | 0 | 23 | 325 | 100 | 61 |
| Binary | 101101 | 1110111 | 11001111 | 1001110 | 101011 | 0 | 10011 | 11010101 | 1000000 | 110001 |
Color Harmonies of #2D77CF
Complementary color
Monochromatic Colors of #2D77CF
Black with #2D77CF
Text Example
Text Example
White with #2D77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D77CF; }
p { color: rgb(45,119,207); }
H1.HeaderClassName
{
color: #2D77CF;
}
.AnyTagClassName
{
color: #2D77CF;
}
</style>
background-color css
<style>
a { background-color: #2D77CF; }
a { background-color: rgb(45,119,207); }
div.DivClassName
{
background-color: #2D77CF;
}
.BgClassName
{
background-color: #2D77CF;
}
</style>
border-color css
<style>
span { border-color: #2D77CF; }
span { border-color: rgb(45,119,207); }
td.TdClassName
{
border-color: #2D77CF;
}
.TagClassName
{
border-color: #2D77CF;
}
</style>