Shades of Curious Blue #298BD7
Tints of Curious Blue #298BD7
RGB
CMYK
RGB Variations
Color information
#298BD7 (or 0x298BD7) is known color: Curious Blue. HEX triplet: 29, 8B and D7. RGB value is (41,139,215). Sum of RGB (Red+Green+Blue) = 41+139+215=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #298BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BD7 is #D67428. Grayscale: #757575. Windows color (decimal): -14054441 or 14125865. OLE color: 14125865.
HSL color Cylindrical-coordinate representation of color #298BD7: hue angle of 206.21º degrees, saturation: 0.69, 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 #298BD7 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 139 | 215 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.16 |
| HSL | 206.21º | 0.69% | 0.5% | - |
| HSV(B) | 206.21º | 0.81% | 0.84% | - |
| XYZ | 22.41 | 23.84 | 67.71 | - |
| YUV | 118.36 | 182.53 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 215 | 0.81 | 0.35 | 0 | 0.16 | 206.21 | 0.69 | 0.5 |
| Hex | 29 | 8B | D7 | 51 | 23 | 0 | 10 | CE | 45 | 32 |
| Octal | 51 | 213 | 327 | 121 | 43 | 0 | 20 | 316 | 105 | 62 |
| Binary | 101001 | 10001011 | 11010111 | 1010001 | 100011 | 0 | 10000 | 11001110 | 1000101 | 110010 |
Color Harmonies of #298BD7
Complementary color
Monochromatic Colors of #298BD7
Black with #298BD7
Text Example
Text Example
White with #298BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BD7; }
p { color: rgb(41,139,215); }
H1.HeaderClassName
{
color: #298BD7;
}
.AnyTagClassName
{
color: #298BD7;
}
</style>
background-color css
<style>
a { background-color: #298BD7; }
a { background-color: rgb(41,139,215); }
div.DivClassName
{
background-color: #298BD7;
}
.BgClassName
{
background-color: #298BD7;
}
</style>
border-color css
<style>
span { border-color: #298BD7; }
span { border-color: rgb(41,139,215); }
td.TdClassName
{
border-color: #298BD7;
}
.TagClassName
{
border-color: #298BD7;
}
</style>