Shades of Curious Blue #2D84CA
Tints of Curious Blue #2D84CA
RGB
CMYK
RGB Variations
Color information
#2D84CA (or 0x2D84CA) is known color: Curious Blue. HEX triplet: 2D, 84 and CA. RGB value is (45,132,202). Sum of RGB (Red+Green+Blue) = 45+132+202=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D84CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D84CA is #D27B35. Grayscale: #717171. Windows color (decimal): -13794102 or 13272109. OLE color: 13272109.
HSL color Cylindrical-coordinate representation of color #2D84CA: hue angle of 206.75º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D84CA is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 132 | 202 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.21 |
| HSL | 206.75º | 0.64% | 0.48% | - |
| HSV(B) | 206.75º | 0.78% | 0.79% | - |
| XYZ | 19.99 | 21.32 | 58.94 | - |
| YUV | 113.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 202 | 0.78 | 0.35 | 0 | 0.21 | 206.75 | 0.64 | 0.48 |
| Hex | 2D | 84 | CA | 4E | 23 | 0 | 15 | CF | 40 | 30 |
| Octal | 55 | 204 | 312 | 116 | 43 | 0 | 25 | 317 | 100 | 60 |
| Binary | 101101 | 10000100 | 11001010 | 1001110 | 100011 | 0 | 10101 | 11001111 | 1000000 | 110000 |
Color Harmonies of #2D84CA
Complementary color
Monochromatic Colors of #2D84CA
Black with #2D84CA
Text Example
Text Example
White with #2D84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D84CA; }
p { color: rgb(45,132,202); }
H1.HeaderClassName
{
color: #2D84CA;
}
.AnyTagClassName
{
color: #2D84CA;
}
</style>
background-color css
<style>
a { background-color: #2D84CA; }
a { background-color: rgb(45,132,202); }
div.DivClassName
{
background-color: #2D84CA;
}
.BgClassName
{
background-color: #2D84CA;
}
</style>
border-color css
<style>
span { border-color: #2D84CA; }
span { border-color: rgb(45,132,202); }
td.TdClassName
{
border-color: #2D84CA;
}
.TagClassName
{
border-color: #2D84CA;
}
</style>