Shades of Curious Blue #2985CA
Tints of Curious Blue #2985CA
RGB
CMYK
RGB Variations
Color information
#2985CA (or 0x2985CA) is known color: Curious Blue. HEX triplet: 29, 85 and CA. RGB value is (41,133,202). Sum of RGB (Red+Green+Blue) = 41+133+202=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #2985CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2985CA is #D67A35. Grayscale: #707070. Windows color (decimal): -14055990 or 13272361. OLE color: 13272361.
HSL color Cylindrical-coordinate representation of color #2985CA: hue angle of 205.71º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2985CA is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 133 | 202 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.21 |
| HSL | 205.71º | 0.66% | 0.48% | - |
| HSV(B) | 205.71º | 0.8% | 0.79% | - |
| XYZ | 19.96 | 21.51 | 58.98 | - |
| YUV | 113.36 | 178.02 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 202 | 0.80 | 0.34 | 0 | 0.21 | 205.71 | 0.66 | 0.48 |
| Hex | 29 | 85 | CA | 50 | 22 | 0 | 15 | CE | 42 | 30 |
| Octal | 51 | 205 | 312 | 120 | 42 | 0 | 25 | 316 | 102 | 60 |
| Binary | 101001 | 10000101 | 11001010 | 1010000 | 100010 | 0 | 10101 | 11001110 | 1000010 | 110000 |
Color Harmonies of #2985CA
Complementary color
Monochromatic Colors of #2985CA
Black with #2985CA
Text Example
Text Example
White with #2985CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2985CA; }
p { color: rgb(41,133,202); }
H1.HeaderClassName
{
color: #2985CA;
}
.AnyTagClassName
{
color: #2985CA;
}
</style>
background-color css
<style>
a { background-color: #2985CA; }
a { background-color: rgb(41,133,202); }
div.DivClassName
{
background-color: #2985CA;
}
.BgClassName
{
background-color: #2985CA;
}
</style>
border-color css
<style>
span { border-color: #2985CA; }
span { border-color: rgb(41,133,202); }
td.TdClassName
{
border-color: #2985CA;
}
.TagClassName
{
border-color: #2985CA;
}
</style>