Shades of Curious Blue #458DC0
Tints of Curious Blue #458DC0
RGB
CMYK
RGB Variations
Color information
#458DC0 (or 0x458DC0) is known color: Curious Blue. HEX triplet: 45, 8D and C0. RGB value is (69,141,192). Sum of RGB (Red+Green+Blue) = 69+141+192=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #458DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DC0 is #BA723F. Grayscale: #7D7D7D. Windows color (decimal): -12218944 or 12619077. OLE color: 12619077.
HSL color Cylindrical-coordinate representation of color #458DC0: hue angle of 204.88º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #458DC0 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 141 | 192 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.25 |
| HSL | 204.88º | 0.49% | 0.51% | - |
| HSV(B) | 204.88º | 0.64% | 0.75% | - |
| XYZ | 21.49 | 24.12 | 53.39 | - |
| YUV | 125.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 192 | 0.64 | 0.27 | 0 | 0.25 | 204.88 | 0.49 | 0.51 |
| Hex | 45 | 8D | C0 | 40 | 1B | 0 | 19 | CD | 31 | 33 |
| Octal | 105 | 215 | 300 | 100 | 33 | 0 | 31 | 315 | 61 | 63 |
| Binary | 1000101 | 10001101 | 11000000 | 1000000 | 11011 | 0 | 11001 | 11001101 | 110001 | 110011 |
Color Harmonies of #458DC0
Complementary color
Monochromatic Colors of #458DC0
Black with #458DC0
Text Example
Text Example
White with #458DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DC0; }
p { color: rgb(69,141,192); }
H1.HeaderClassName
{
color: #458DC0;
}
.AnyTagClassName
{
color: #458DC0;
}
</style>
background-color css
<style>
a { background-color: #458DC0; }
a { background-color: rgb(69,141,192); }
div.DivClassName
{
background-color: #458DC0;
}
.BgClassName
{
background-color: #458DC0;
}
</style>
border-color css
<style>
span { border-color: #458DC0; }
span { border-color: rgb(69,141,192); }
td.TdClassName
{
border-color: #458DC0;
}
.TagClassName
{
border-color: #458DC0;
}
</style>