Shades of Curious Blue #458AB9
Tints of Curious Blue #458AB9
RGB
CMYK
RGB Variations
Color information
#458AB9 (or 0x458AB9) is known color: Curious Blue. HEX triplet: 45, 8A and B9. RGB value is (69,138,185). Sum of RGB (Red+Green+Blue) = 69+138+185=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #458AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AB9 is #BA7546. Grayscale: #7A7A7A. Windows color (decimal): -12219719 or 12159557. OLE color: 12159557.
HSL color Cylindrical-coordinate representation of color #458AB9: hue angle of 204.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #458AB9 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 138 | 185 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.27 |
| HSL | 204.31º | 0.46% | 0.5% | - |
| HSV(B) | 204.31º | 0.63% | 0.73% | - |
| XYZ | 20.3 | 22.94 | 49.26 | - |
| YUV | 122.73 | 163.14 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 185 | 0.63 | 0.25 | 0 | 0.27 | 204.31 | 0.46 | 0.5 |
| Hex | 45 | 8A | B9 | 3F | 19 | 0 | 1B | CC | 2E | 32 |
| Octal | 105 | 212 | 271 | 77 | 31 | 0 | 33 | 314 | 56 | 62 |
| Binary | 1000101 | 10001010 | 10111001 | 111111 | 11001 | 0 | 11011 | 11001100 | 101110 | 110010 |
Color Harmonies of #458AB9
Complementary color
Monochromatic Colors of #458AB9
Black with #458AB9
Text Example
Text Example
White with #458AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AB9; }
p { color: rgb(69,138,185); }
H1.HeaderClassName
{
color: #458AB9;
}
.AnyTagClassName
{
color: #458AB9;
}
</style>
background-color css
<style>
a { background-color: #458AB9; }
a { background-color: rgb(69,138,185); }
div.DivClassName
{
background-color: #458AB9;
}
.BgClassName
{
background-color: #458AB9;
}
</style>
border-color css
<style>
span { border-color: #458AB9; }
span { border-color: rgb(69,138,185); }
td.TdClassName
{
border-color: #458AB9;
}
.TagClassName
{
border-color: #458AB9;
}
</style>