Shades of Curious Blue #2D7ACE
Tints of Curious Blue #2D7ACE
RGB
CMYK
RGB Variations
Color information
#2D7ACE (or 0x2D7ACE) is known color: Curious Blue. HEX triplet: 2D, 7A and CE. RGB value is (45,122,206). Sum of RGB (Red+Green+Blue) = 45+122+206=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7ACE is #D28531. Grayscale: #6C6C6C. Windows color (decimal): -13796658 or 13531693. OLE color: 13531693.
HSL color Cylindrical-coordinate representation of color #2D7ACE: hue angle of 211.3º 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 #2D7ACE is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 122 | 206 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.19 |
| HSL | 211.3º | 0.64% | 0.49% | - |
| HSV(B) | 211.3º | 0.78% | 0.81% | - |
| XYZ | 19.18 | 18.93 | 61.04 | - |
| YUV | 108.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 206 | 0.78 | 0.41 | 0 | 0.19 | 211.3 | 0.64 | 0.49 |
| Hex | 2D | 7A | CE | 4E | 29 | 0 | 13 | D3 | 40 | 31 |
| Octal | 55 | 172 | 316 | 116 | 51 | 0 | 23 | 323 | 100 | 61 |
| Binary | 101101 | 1111010 | 11001110 | 1001110 | 101001 | 0 | 10011 | 11010011 | 1000000 | 110001 |
Color Harmonies of #2D7ACE
Complementary color
Monochromatic Colors of #2D7ACE
Black with #2D7ACE
Text Example
Text Example
White with #2D7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7ACE; }
p { color: rgb(45,122,206); }
H1.HeaderClassName
{
color: #2D7ACE;
}
.AnyTagClassName
{
color: #2D7ACE;
}
</style>
background-color css
<style>
a { background-color: #2D7ACE; }
a { background-color: rgb(45,122,206); }
div.DivClassName
{
background-color: #2D7ACE;
}
.BgClassName
{
background-color: #2D7ACE;
}
</style>
border-color css
<style>
span { border-color: #2D7ACE; }
span { border-color: rgb(45,122,206); }
td.TdClassName
{
border-color: #2D7ACE;
}
.TagClassName
{
border-color: #2D7ACE;
}
</style>