Shades of Curious Blue #298AD5
Tints of Curious Blue #298AD5
RGB
CMYK
RGB Variations
Color information
#298AD5 (or 0x298AD5) is known color: Curious Blue. HEX triplet: 29, 8A and D5. RGB value is (41,138,213). Sum of RGB (Red+Green+Blue) = 41+138+213=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #298AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298AD5 is #D6752A. Grayscale: #757575. Windows color (decimal): -14054699 or 13994537. OLE color: 13994537.
HSL color Cylindrical-coordinate representation of color #298AD5: hue angle of 206.16º 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 #298AD5 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 138 | 213 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.16 |
| HSL | 206.16º | 0.68% | 0.5% | - |
| HSV(B) | 206.16º | 0.81% | 0.84% | - |
| XYZ | 22.01 | 23.45 | 66.32 | - |
| YUV | 117.55 | 181.86 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 213 | 0.81 | 0.35 | 0 | 0.16 | 206.16 | 0.68 | 0.5 |
| Hex | 29 | 8A | D5 | 51 | 23 | 0 | 10 | CE | 44 | 32 |
| Octal | 51 | 212 | 325 | 121 | 43 | 0 | 20 | 316 | 104 | 62 |
| Binary | 101001 | 10001010 | 11010101 | 1010001 | 100011 | 0 | 10000 | 11001110 | 1000100 | 110010 |
Color Harmonies of #298AD5
Complementary color
Monochromatic Colors of #298AD5
Black with #298AD5
Text Example
Text Example
White with #298AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AD5; }
p { color: rgb(41,138,213); }
H1.HeaderClassName
{
color: #298AD5;
}
.AnyTagClassName
{
color: #298AD5;
}
</style>
background-color css
<style>
a { background-color: #298AD5; }
a { background-color: rgb(41,138,213); }
div.DivClassName
{
background-color: #298AD5;
}
.BgClassName
{
background-color: #298AD5;
}
</style>
border-color css
<style>
span { border-color: #298AD5; }
span { border-color: rgb(41,138,213); }
td.TdClassName
{
border-color: #298AD5;
}
.TagClassName
{
border-color: #298AD5;
}
</style>