Shades of Curious Blue #458AC0
Tints of Curious Blue #458AC0
RGB
CMYK
RGB Variations
Color information
#458AC0 (or 0x458AC0) is known color: Curious Blue. HEX triplet: 45, 8A and C0. RGB value is (69,138,192). Sum of RGB (Red+Green+Blue) = 69+138+192=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #458AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AC0 is #BA753F. Grayscale: #7B7B7B. Windows color (decimal): -12219712 or 12618309. OLE color: 12618309.
HSL color Cylindrical-coordinate representation of color #458AC0: hue angle of 206.34º 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 #458AC0 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 138 | 192 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.25 |
| HSL | 206.34º | 0.49% | 0.51% | - |
| HSV(B) | 206.34º | 0.64% | 0.75% | - |
| XYZ | 21.06 | 23.25 | 53.25 | - |
| YUV | 123.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 192 | 0.64 | 0.28 | 0 | 0.25 | 206.34 | 0.49 | 0.51 |
| Hex | 45 | 8A | C0 | 40 | 1C | 0 | 19 | CE | 31 | 33 |
| Octal | 105 | 212 | 300 | 100 | 34 | 0 | 31 | 316 | 61 | 63 |
| Binary | 1000101 | 10001010 | 11000000 | 1000000 | 11100 | 0 | 11001 | 11001110 | 110001 | 110011 |
Color Harmonies of #458AC0
Complementary color
Monochromatic Colors of #458AC0
Black with #458AC0
Text Example
Text Example
White with #458AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AC0; }
p { color: rgb(69,138,192); }
H1.HeaderClassName
{
color: #458AC0;
}
.AnyTagClassName
{
color: #458AC0;
}
</style>
background-color css
<style>
a { background-color: #458AC0; }
a { background-color: rgb(69,138,192); }
div.DivClassName
{
background-color: #458AC0;
}
.BgClassName
{
background-color: #458AC0;
}
</style>
border-color css
<style>
span { border-color: #458AC0; }
span { border-color: rgb(69,138,192); }
td.TdClassName
{
border-color: #458AC0;
}
.TagClassName
{
border-color: #458AC0;
}
</style>