Shades of Curious Blue #458AC1
Tints of Curious Blue #458AC1
RGB
CMYK
RGB Variations
Color information
#458AC1 (or 0x458AC1) is known color: Curious Blue. HEX triplet: 45, 8A and C1. RGB value is (69,138,193). Sum of RGB (Red+Green+Blue) = 69+138+193=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #458AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AC1 is #BA753E. Grayscale: #7B7B7B. Windows color (decimal): -12219711 or 12683845. OLE color: 12683845.
HSL color Cylindrical-coordinate representation of color #458AC1: hue angle of 206.61º 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 #458AC1 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 138 | 193 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.24 |
| HSL | 206.61º | 0.5% | 0.51% | - |
| HSV(B) | 206.61º | 0.64% | 0.76% | - |
| XYZ | 21.17 | 23.29 | 53.83 | - |
| YUV | 123.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 193 | 0.64 | 0.28 | 0 | 0.24 | 206.61 | 0.5 | 0.51 |
| Hex | 45 | 8A | C1 | 40 | 1C | 0 | 18 | CF | 32 | 33 |
| Octal | 105 | 212 | 301 | 100 | 34 | 0 | 30 | 317 | 62 | 63 |
| Binary | 1000101 | 10001010 | 11000001 | 1000000 | 11100 | 0 | 11000 | 11001111 | 110010 | 110011 |
Color Harmonies of #458AC1
Complementary color
Monochromatic Colors of #458AC1
Black with #458AC1
Text Example
Text Example
White with #458AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AC1; }
p { color: rgb(69,138,193); }
H1.HeaderClassName
{
color: #458AC1;
}
.AnyTagClassName
{
color: #458AC1;
}
</style>
background-color css
<style>
a { background-color: #458AC1; }
a { background-color: rgb(69,138,193); }
div.DivClassName
{
background-color: #458AC1;
}
.BgClassName
{
background-color: #458AC1;
}
</style>
border-color css
<style>
span { border-color: #458AC1; }
span { border-color: rgb(69,138,193); }
td.TdClassName
{
border-color: #458AC1;
}
.TagClassName
{
border-color: #458AC1;
}
</style>