Shades of Curious Blue #298DCD
Tints of Curious Blue #298DCD
RGB
CMYK
RGB Variations
Color information
#298DCD (or 0x298DCD) is known color: Curious Blue. HEX triplet: 29, 8D and CD. RGB value is (41,141,205). Sum of RGB (Red+Green+Blue) = 41+141+205=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #298DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DCD is #D67232. Grayscale: #767676. Windows color (decimal): -14053939 or 13471017. OLE color: 13471017.
HSL color Cylindrical-coordinate representation of color #298DCD: hue angle of 203.41º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298DCD is Cyan = 0.8, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 141 | 205 | - |
| CMYK | 0.8 | 0.31 | 0 | 0.20 |
| HSL | 203.41º | 0.67% | 0.48% | - |
| HSV(B) | 203.41º | 0.8% | 0.8% | - |
| XYZ | 21.46 | 23.93 | 61.25 | - |
| YUV | 118.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 205 | 0.8 | 0.31 | 0 | 0.20 | 203.41 | 0.67 | 0.48 |
| Hex | 29 | 8D | CD | 50 | 1F | 0 | 14 | CB | 43 | 30 |
| Octal | 51 | 215 | 315 | 120 | 37 | 0 | 24 | 313 | 103 | 60 |
| Binary | 101001 | 10001101 | 11001101 | 1010000 | 11111 | 0 | 10100 | 11001011 | 1000011 | 110000 |
Color Harmonies of #298DCD
Complementary color
Monochromatic Colors of #298DCD
Black with #298DCD
Text Example
Text Example
White with #298DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DCD; }
p { color: rgb(41,141,205); }
H1.HeaderClassName
{
color: #298DCD;
}
.AnyTagClassName
{
color: #298DCD;
}
</style>
background-color css
<style>
a { background-color: #298DCD; }
a { background-color: rgb(41,141,205); }
div.DivClassName
{
background-color: #298DCD;
}
.BgClassName
{
background-color: #298DCD;
}
</style>
border-color css
<style>
span { border-color: #298DCD; }
span { border-color: rgb(41,141,205); }
td.TdClassName
{
border-color: #298DCD;
}
.TagClassName
{
border-color: #298DCD;
}
</style>