Shades of Curious Blue #458DC1
Tints of Curious Blue #458DC1
RGB
CMYK
RGB Variations
Color information
#458DC1 (or 0x458DC1) is known color: Curious Blue. HEX triplet: 45, 8D and C1. RGB value is (69,141,193). Sum of RGB (Red+Green+Blue) = 69+141+193=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #458DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DC1 is #BA723E. Grayscale: #7D7D7D. Windows color (decimal): -12218943 or 12684613. OLE color: 12684613.
HSL color Cylindrical-coordinate representation of color #458DC1: hue angle of 205.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #458DC1 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 141 | 193 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.24 |
| HSL | 205.16º | 0.5% | 0.51% | - |
| HSV(B) | 205.16º | 0.64% | 0.76% | - |
| XYZ | 21.6 | 24.17 | 53.98 | - |
| YUV | 125.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 193 | 0.64 | 0.27 | 0 | 0.24 | 205.16 | 0.5 | 0.51 |
| Hex | 45 | 8D | C1 | 40 | 1B | 0 | 18 | CD | 32 | 33 |
| Octal | 105 | 215 | 301 | 100 | 33 | 0 | 30 | 315 | 62 | 63 |
| Binary | 1000101 | 10001101 | 11000001 | 1000000 | 11011 | 0 | 11000 | 11001101 | 110010 | 110011 |
Color Harmonies of #458DC1
Complementary color
Monochromatic Colors of #458DC1
Black with #458DC1
Text Example
Text Example
White with #458DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DC1; }
p { color: rgb(69,141,193); }
H1.HeaderClassName
{
color: #458DC1;
}
.AnyTagClassName
{
color: #458DC1;
}
</style>
background-color css
<style>
a { background-color: #458DC1; }
a { background-color: rgb(69,141,193); }
div.DivClassName
{
background-color: #458DC1;
}
.BgClassName
{
background-color: #458DC1;
}
</style>
border-color css
<style>
span { border-color: #458DC1; }
span { border-color: rgb(69,141,193); }
td.TdClassName
{
border-color: #458DC1;
}
.TagClassName
{
border-color: #458DC1;
}
</style>