Shades of Curious Blue #458DB9
Tints of Curious Blue #458DB9
RGB
CMYK
RGB Variations
Color information
#458DB9 (or 0x458DB9) is known color: Curious Blue. HEX triplet: 45, 8D and B9. RGB value is (69,141,185). Sum of RGB (Red+Green+Blue) = 69+141+185=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #458DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DB9 is #BA7246. Grayscale: #7C7C7C. Windows color (decimal): -12218951 or 12160325. OLE color: 12160325.
HSL color Cylindrical-coordinate representation of color #458DB9: hue angle of 202.76º 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 #458DB9 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 141 | 185 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.27 |
| HSL | 202.76º | 0.46% | 0.5% | - |
| HSV(B) | 202.76º | 0.63% | 0.73% | - |
| XYZ | 20.74 | 23.82 | 49.4 | - |
| YUV | 124.49 | 162.15 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 185 | 0.63 | 0.24 | 0 | 0.27 | 202.76 | 0.46 | 0.5 |
| Hex | 45 | 8D | B9 | 3F | 18 | 0 | 1B | CB | 2E | 32 |
| Octal | 105 | 215 | 271 | 77 | 30 | 0 | 33 | 313 | 56 | 62 |
| Binary | 1000101 | 10001101 | 10111001 | 111111 | 11000 | 0 | 11011 | 11001011 | 101110 | 110010 |
Color Harmonies of #458DB9
Complementary color
Monochromatic Colors of #458DB9
Black with #458DB9
Text Example
Text Example
White with #458DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DB9; }
p { color: rgb(69,141,185); }
H1.HeaderClassName
{
color: #458DB9;
}
.AnyTagClassName
{
color: #458DB9;
}
</style>
background-color css
<style>
a { background-color: #458DB9; }
a { background-color: rgb(69,141,185); }
div.DivClassName
{
background-color: #458DB9;
}
.BgClassName
{
background-color: #458DB9;
}
</style>
border-color css
<style>
span { border-color: #458DB9; }
span { border-color: rgb(69,141,185); }
td.TdClassName
{
border-color: #458DB9;
}
.TagClassName
{
border-color: #458DB9;
}
</style>