Shades of Curious Blue #298FCB
Tints of Curious Blue #298FCB
RGB
CMYK
RGB Variations
Color information
#298FCB (or 0x298FCB) is known color: Curious Blue. HEX triplet: 29, 8F and CB. RGB value is (41,143,203). Sum of RGB (Red+Green+Blue) = 41+143+203=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #298FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FCB is #D67034. Grayscale: #767676. Windows color (decimal): -14053429 or 13340457. OLE color: 13340457.
HSL color Cylindrical-coordinate representation of color #298FCB: hue angle of 202.22º degrees, saturation: 0.66, 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 #298FCB is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 143 | 203 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.20 |
| HSL | 202.22º | 0.66% | 0.48% | - |
| HSV(B) | 202.22º | 0.8% | 0.8% | - |
| XYZ | 21.52 | 24.43 | 60.08 | - |
| YUV | 119.34 | 175.21 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 143 | 203 | 0.80 | 0.30 | 0 | 0.20 | 202.22 | 0.66 | 0.48 |
| Hex | 29 | 8F | CB | 50 | 1E | 0 | 14 | CA | 42 | 30 |
| Octal | 51 | 217 | 313 | 120 | 36 | 0 | 24 | 312 | 102 | 60 |
| Binary | 101001 | 10001111 | 11001011 | 1010000 | 11110 | 0 | 10100 | 11001010 | 1000010 | 110000 |
Color Harmonies of #298FCB
Complementary color
Monochromatic Colors of #298FCB
Black with #298FCB
Text Example
Text Example
White with #298FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298FCB; }
p { color: rgb(41,143,203); }
H1.HeaderClassName
{
color: #298FCB;
}
.AnyTagClassName
{
color: #298FCB;
}
</style>
background-color css
<style>
a { background-color: #298FCB; }
a { background-color: rgb(41,143,203); }
div.DivClassName
{
background-color: #298FCB;
}
.BgClassName
{
background-color: #298FCB;
}
</style>
border-color css
<style>
span { border-color: #298FCB; }
span { border-color: rgb(41,143,203); }
td.TdClassName
{
border-color: #298FCB;
}
.TagClassName
{
border-color: #298FCB;
}
</style>