Shades of Curious Blue #298DD2
Tints of Curious Blue #298DD2
RGB
CMYK
RGB Variations
Color information
#298DD2 (or 0x298DD2) is known color: Curious Blue. HEX triplet: 29, 8D and D2. RGB value is (41,141,210). Sum of RGB (Red+Green+Blue) = 41+141+210=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #298DD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DD2 is #D6722D. Grayscale: #767676. Windows color (decimal): -14053934 or 13798697. OLE color: 13798697.
HSL color Cylindrical-coordinate representation of color #298DD2: hue angle of 204.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298DD2 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 141 | 210 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.18 |
| HSL | 204.5º | 0.67% | 0.49% | - |
| HSV(B) | 204.5º | 0.8% | 0.82% | - |
| XYZ | 22.07 | 24.17 | 64.48 | - |
| YUV | 118.97 | 179.37 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 210 | 0.80 | 0.33 | 0 | 0.18 | 204.5 | 0.67 | 0.49 |
| Hex | 29 | 8D | D2 | 50 | 21 | 0 | 12 | CC | 43 | 31 |
| Octal | 51 | 215 | 322 | 120 | 41 | 0 | 22 | 314 | 103 | 61 |
| Binary | 101001 | 10001101 | 11010010 | 1010000 | 100001 | 0 | 10010 | 11001100 | 1000011 | 110001 |
Color Harmonies of #298DD2
Complementary color
Monochromatic Colors of #298DD2
Black with #298DD2
Text Example
Text Example
White with #298DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DD2; }
p { color: rgb(41,141,210); }
H1.HeaderClassName
{
color: #298DD2;
}
.AnyTagClassName
{
color: #298DD2;
}
</style>
background-color css
<style>
a { background-color: #298DD2; }
a { background-color: rgb(41,141,210); }
div.DivClassName
{
background-color: #298DD2;
}
.BgClassName
{
background-color: #298DD2;
}
</style>
border-color css
<style>
span { border-color: #298DD2; }
span { border-color: rgb(41,141,210); }
td.TdClassName
{
border-color: #298DD2;
}
.TagClassName
{
border-color: #298DD2;
}
</style>