Shades of Curious Blue #458FC6
Tints of Curious Blue #458FC6
RGB
CMYK
RGB Variations
Color information
#458FC6 (or 0x458FC6) is known color: Curious Blue. HEX triplet: 45, 8F and C6. RGB value is (69,143,198). Sum of RGB (Red+Green+Blue) = 69+143+198=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #458FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FC6 is #BA7039. Grayscale: #7E7E7E. Windows color (decimal): -12218426 or 13012805. OLE color: 13012805.
HSL color Cylindrical-coordinate representation of color #458FC6: hue angle of 205.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #458FC6 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 143 | 198 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.22 |
| HSL | 205.58º | 0.53% | 0.52% | - |
| HSV(B) | 205.58º | 0.65% | 0.78% | - |
| XYZ | 22.47 | 24.99 | 57.06 | - |
| YUV | 127.14 | 167.98 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 198 | 0.65 | 0.28 | 0 | 0.22 | 205.58 | 0.53 | 0.52 |
| Hex | 45 | 8F | C6 | 41 | 1C | 0 | 16 | CE | 35 | 34 |
| Octal | 105 | 217 | 306 | 101 | 34 | 0 | 26 | 316 | 65 | 64 |
| Binary | 1000101 | 10001111 | 11000110 | 1000001 | 11100 | 0 | 10110 | 11001110 | 110101 | 110100 |
Color Harmonies of #458FC6
Complementary color
Monochromatic Colors of #458FC6
Black with #458FC6
Text Example
Text Example
White with #458FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FC6; }
p { color: rgb(69,143,198); }
H1.HeaderClassName
{
color: #458FC6;
}
.AnyTagClassName
{
color: #458FC6;
}
</style>
background-color css
<style>
a { background-color: #458FC6; }
a { background-color: rgb(69,143,198); }
div.DivClassName
{
background-color: #458FC6;
}
.BgClassName
{
background-color: #458FC6;
}
</style>
border-color css
<style>
span { border-color: #458FC6; }
span { border-color: rgb(69,143,198); }
td.TdClassName
{
border-color: #458FC6;
}
.TagClassName
{
border-color: #458FC6;
}
</style>