Shades of Curious Blue #458AC5
Tints of Curious Blue #458AC5
RGB
CMYK
RGB Variations
Color information
#458AC5 (or 0x458AC5) is known color: Curious Blue. HEX triplet: 45, 8A and C5. RGB value is (69,138,197). Sum of RGB (Red+Green+Blue) = 69+138+197=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #458AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AC5 is #BA753A. Grayscale: #7B7B7B. Windows color (decimal): -12219707 or 12945989. OLE color: 12945989.
HSL color Cylindrical-coordinate representation of color #458AC5: hue angle of 207.66º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #458AC5 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 138 | 197 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.23 |
| HSL | 207.66º | 0.52% | 0.52% | - |
| HSV(B) | 207.66º | 0.65% | 0.77% | - |
| XYZ | 21.62 | 23.47 | 56.21 | - |
| YUV | 124.1 | 169.14 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 197 | 0.65 | 0.30 | 0 | 0.23 | 207.66 | 0.52 | 0.52 |
| Hex | 45 | 8A | C5 | 41 | 1E | 0 | 17 | D0 | 34 | 34 |
| Octal | 105 | 212 | 305 | 101 | 36 | 0 | 27 | 320 | 64 | 64 |
| Binary | 1000101 | 10001010 | 11000101 | 1000001 | 11110 | 0 | 10111 | 11010000 | 110100 | 110100 |
Color Harmonies of #458AC5
Complementary color
Monochromatic Colors of #458AC5
Black with #458AC5
Text Example
Text Example
White with #458AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AC5; }
p { color: rgb(69,138,197); }
H1.HeaderClassName
{
color: #458AC5;
}
.AnyTagClassName
{
color: #458AC5;
}
</style>
background-color css
<style>
a { background-color: #458AC5; }
a { background-color: rgb(69,138,197); }
div.DivClassName
{
background-color: #458AC5;
}
.BgClassName
{
background-color: #458AC5;
}
</style>
border-color css
<style>
span { border-color: #458AC5; }
span { border-color: rgb(69,138,197); }
td.TdClassName
{
border-color: #458AC5;
}
.TagClassName
{
border-color: #458AC5;
}
</style>