Shades of Curious Blue #298BD5
Tints of Curious Blue #298BD5
RGB
CMYK
RGB Variations
Color information
#298BD5 (or 0x298BD5) is known color: Curious Blue. HEX triplet: 29, 8B and D5. RGB value is (41,139,213). Sum of RGB (Red+Green+Blue) = 41+139+213=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #298BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BD5 is #D6742A. Grayscale: #757575. Windows color (decimal): -14054443 or 13994793. OLE color: 13994793.
HSL color Cylindrical-coordinate representation of color #298BD5: hue angle of 205.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #298BD5 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 139 | 213 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.16 |
| HSL | 205.81º | 0.68% | 0.5% | - |
| HSV(B) | 205.81º | 0.81% | 0.84% | - |
| XYZ | 22.16 | 23.74 | 66.37 | - |
| YUV | 118.13 | 181.53 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 213 | 0.81 | 0.35 | 0 | 0.16 | 205.81 | 0.68 | 0.5 |
| Hex | 29 | 8B | D5 | 51 | 23 | 0 | 10 | CE | 44 | 32 |
| Octal | 51 | 213 | 325 | 121 | 43 | 0 | 20 | 316 | 104 | 62 |
| Binary | 101001 | 10001011 | 11010101 | 1010001 | 100011 | 0 | 10000 | 11001110 | 1000100 | 110010 |
Color Harmonies of #298BD5
Complementary color
Monochromatic Colors of #298BD5
Black with #298BD5
Text Example
Text Example
White with #298BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BD5; }
p { color: rgb(41,139,213); }
H1.HeaderClassName
{
color: #298BD5;
}
.AnyTagClassName
{
color: #298BD5;
}
</style>
background-color css
<style>
a { background-color: #298BD5; }
a { background-color: rgb(41,139,213); }
div.DivClassName
{
background-color: #298BD5;
}
.BgClassName
{
background-color: #298BD5;
}
</style>
border-color css
<style>
span { border-color: #298BD5; }
span { border-color: rgb(41,139,213); }
td.TdClassName
{
border-color: #298BD5;
}
.TagClassName
{
border-color: #298BD5;
}
</style>