Shades of Curious Blue #298ECF
Tints of Curious Blue #298ECF
RGB
CMYK
RGB Variations
Color information
#298ECF (or 0x298ECF) is known color: Curious Blue. HEX triplet: 29, 8E and CF. RGB value is (41,142,207). Sum of RGB (Red+Green+Blue) = 41+142+207=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #298ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ECF is #D67130. Grayscale: #767676. Windows color (decimal): -14053681 or 13602345. OLE color: 13602345.
HSL color Cylindrical-coordinate representation of color #298ECF: hue angle of 203.49º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298ECF is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 142 | 207 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.19 |
| HSL | 203.49º | 0.67% | 0.49% | - |
| HSV(B) | 203.49º | 0.8% | 0.81% | - |
| XYZ | 21.85 | 24.32 | 62.57 | - |
| YUV | 119.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 207 | 0.80 | 0.31 | 0 | 0.19 | 203.49 | 0.67 | 0.49 |
| Hex | 29 | 8E | CF | 50 | 1F | 0 | 13 | CB | 43 | 31 |
| Octal | 51 | 216 | 317 | 120 | 37 | 0 | 23 | 313 | 103 | 61 |
| Binary | 101001 | 10001110 | 11001111 | 1010000 | 11111 | 0 | 10011 | 11001011 | 1000011 | 110001 |
Color Harmonies of #298ECF
Complementary color
Monochromatic Colors of #298ECF
Black with #298ECF
Text Example
Text Example
White with #298ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ECF; }
p { color: rgb(41,142,207); }
H1.HeaderClassName
{
color: #298ECF;
}
.AnyTagClassName
{
color: #298ECF;
}
</style>
background-color css
<style>
a { background-color: #298ECF; }
a { background-color: rgb(41,142,207); }
div.DivClassName
{
background-color: #298ECF;
}
.BgClassName
{
background-color: #298ECF;
}
</style>
border-color css
<style>
span { border-color: #298ECF; }
span { border-color: rgb(41,142,207); }
td.TdClassName
{
border-color: #298ECF;
}
.TagClassName
{
border-color: #298ECF;
}
</style>