Shades of Curious Blue #298DCE
Tints of Curious Blue #298DCE
RGB
CMYK
RGB Variations
Color information
#298DCE (or 0x298DCE) is known color: Curious Blue. HEX triplet: 29, 8D and CE. RGB value is (41,141,206). Sum of RGB (Red+Green+Blue) = 41+141+206=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #298DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DCE is #D67231. Grayscale: #767676. Windows color (decimal): -14053938 or 13536553. OLE color: 13536553.
HSL color Cylindrical-coordinate representation of color #298DCE: hue angle of 203.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298DCE is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 141 | 206 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.19 |
| HSL | 203.64º | 0.67% | 0.48% | - |
| HSV(B) | 203.64º | 0.8% | 0.81% | - |
| XYZ | 21.58 | 23.98 | 61.88 | - |
| YUV | 118.51 | 177.37 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 206 | 0.80 | 0.32 | 0 | 0.19 | 203.64 | 0.67 | 0.48 |
| Hex | 29 | 8D | CE | 50 | 20 | 0 | 13 | CC | 43 | 30 |
| Octal | 51 | 215 | 316 | 120 | 40 | 0 | 23 | 314 | 103 | 60 |
| Binary | 101001 | 10001101 | 11001110 | 1010000 | 100000 | 0 | 10011 | 11001100 | 1000011 | 110000 |
Color Harmonies of #298DCE
Complementary color
Monochromatic Colors of #298DCE
Black with #298DCE
Text Example
Text Example
White with #298DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DCE; }
p { color: rgb(41,141,206); }
H1.HeaderClassName
{
color: #298DCE;
}
.AnyTagClassName
{
color: #298DCE;
}
</style>
background-color css
<style>
a { background-color: #298DCE; }
a { background-color: rgb(41,141,206); }
div.DivClassName
{
background-color: #298DCE;
}
.BgClassName
{
background-color: #298DCE;
}
</style>
border-color css
<style>
span { border-color: #298DCE; }
span { border-color: rgb(41,141,206); }
td.TdClassName
{
border-color: #298DCE;
}
.TagClassName
{
border-color: #298DCE;
}
</style>