Shades of Curious Blue #2890CE
Tints of Curious Blue #2890CE
RGB
CMYK
RGB Variations
Color information
#2890CE (or 0x2890CE) is known color: Curious Blue. HEX triplet: 28, 90 and CE. RGB value is (40,144,206). Sum of RGB (Red+Green+Blue) = 40+144+206=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #2890CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2890CE is #D76F31. Grayscale: #777777. Windows color (decimal): -14118706 or 13537320. OLE color: 13537320.
HSL color Cylindrical-coordinate representation of color #2890CE: hue angle of 202.41º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2890CE is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 144 | 206 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.19 |
| HSL | 202.41º | 0.67% | 0.48% | - |
| HSV(B) | 202.41º | 0.81% | 0.81% | - |
| XYZ | 21.99 | 24.85 | 62.03 | - |
| YUV | 119.97 | 176.54 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 206 | 0.81 | 0.30 | 0 | 0.19 | 202.41 | 0.67 | 0.48 |
| Hex | 28 | 90 | CE | 51 | 1E | 0 | 13 | CA | 43 | 30 |
| Octal | 50 | 220 | 316 | 121 | 36 | 0 | 23 | 312 | 103 | 60 |
| Binary | 101000 | 10010000 | 11001110 | 1010001 | 11110 | 0 | 10011 | 11001010 | 1000011 | 110000 |
Color Harmonies of #2890CE
Complementary color
Monochromatic Colors of #2890CE
Black with #2890CE
Text Example
Text Example
White with #2890CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2890CE; }
p { color: rgb(40,144,206); }
H1.HeaderClassName
{
color: #2890CE;
}
.AnyTagClassName
{
color: #2890CE;
}
</style>
background-color css
<style>
a { background-color: #2890CE; }
a { background-color: rgb(40,144,206); }
div.DivClassName
{
background-color: #2890CE;
}
.BgClassName
{
background-color: #2890CE;
}
</style>
border-color css
<style>
span { border-color: #2890CE; }
span { border-color: rgb(40,144,206); }
td.TdClassName
{
border-color: #2890CE;
}
.TagClassName
{
border-color: #2890CE;
}
</style>