Shades of Curious Blue #2D90CA
Tints of Curious Blue #2D90CA
RGB
CMYK
RGB Variations
Color information
#2D90CA (or 0x2D90CA) is known color: Curious Blue. HEX triplet: 2D, 90 and CA. RGB value is (45,144,202). Sum of RGB (Red+Green+Blue) = 45+144+202=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D90CA is #D26F35. Grayscale: #787878. Windows color (decimal): -13791030 or 13275181. OLE color: 13275181.
HSL color Cylindrical-coordinate representation of color #2D90CA: hue angle of 202.17º 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 #2D90CA is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 144 | 202 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.21 |
| HSL | 202.17º | 0.64% | 0.48% | - |
| HSV(B) | 202.17º | 0.78% | 0.79% | - |
| XYZ | 21.72 | 24.77 | 59.51 | - |
| YUV | 121.01 | 173.7 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 202 | 0.78 | 0.29 | 0 | 0.21 | 202.17 | 0.64 | 0.48 |
| Hex | 2D | 90 | CA | 4E | 1D | 0 | 15 | CA | 40 | 30 |
| Octal | 55 | 220 | 312 | 116 | 35 | 0 | 25 | 312 | 100 | 60 |
| Binary | 101101 | 10010000 | 11001010 | 1001110 | 11101 | 0 | 10101 | 11001010 | 1000000 | 110000 |
Color Harmonies of #2D90CA
Complementary color
Monochromatic Colors of #2D90CA
Black with #2D90CA
Text Example
Text Example
White with #2D90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D90CA; }
p { color: rgb(45,144,202); }
H1.HeaderClassName
{
color: #2D90CA;
}
.AnyTagClassName
{
color: #2D90CA;
}
</style>
background-color css
<style>
a { background-color: #2D90CA; }
a { background-color: rgb(45,144,202); }
div.DivClassName
{
background-color: #2D90CA;
}
.BgClassName
{
background-color: #2D90CA;
}
</style>
border-color css
<style>
span { border-color: #2D90CA; }
span { border-color: rgb(45,144,202); }
td.TdClassName
{
border-color: #2D90CA;
}
.TagClassName
{
border-color: #2D90CA;
}
</style>