Shades of Curious Blue #458FB9
Tints of Curious Blue #458FB9
RGB
CMYK
RGB Variations
Color information
#458FB9 (or 0x458FB9) is known color: Curious Blue. HEX triplet: 45, 8F and B9. RGB value is (69,143,185). Sum of RGB (Red+Green+Blue) = 69+143+185=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #458FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FB9 is #BA7046. Grayscale: #7D7D7D. Windows color (decimal): -12218439 or 12160837. OLE color: 12160837.
HSL color Cylindrical-coordinate representation of color #458FB9: hue angle of 201.72º 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 #458FB9 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 143 | 185 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.27 |
| HSL | 201.72º | 0.46% | 0.5% | - |
| HSV(B) | 201.72º | 0.63% | 0.73% | - |
| XYZ | 21.03 | 24.41 | 49.5 | - |
| YUV | 125.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 185 | 0.63 | 0.23 | 0 | 0.27 | 201.72 | 0.46 | 0.5 |
| Hex | 45 | 8F | B9 | 3F | 17 | 0 | 1B | CA | 2E | 32 |
| Octal | 105 | 217 | 271 | 77 | 27 | 0 | 33 | 312 | 56 | 62 |
| Binary | 1000101 | 10001111 | 10111001 | 111111 | 10111 | 0 | 11011 | 11001010 | 101110 | 110010 |
Color Harmonies of #458FB9
Complementary color
Monochromatic Colors of #458FB9
Black with #458FB9
Text Example
Text Example
White with #458FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FB9; }
p { color: rgb(69,143,185); }
H1.HeaderClassName
{
color: #458FB9;
}
.AnyTagClassName
{
color: #458FB9;
}
</style>
background-color css
<style>
a { background-color: #458FB9; }
a { background-color: rgb(69,143,185); }
div.DivClassName
{
background-color: #458FB9;
}
.BgClassName
{
background-color: #458FB9;
}
</style>
border-color css
<style>
span { border-color: #458FB9; }
span { border-color: rgb(69,143,185); }
td.TdClassName
{
border-color: #458FB9;
}
.TagClassName
{
border-color: #458FB9;
}
</style>