Shades of Curious Blue #458BBD
Tints of Curious Blue #458BBD
RGB
CMYK
RGB Variations
Color information
#458BBD (or 0x458BBD) is known color: Curious Blue. HEX triplet: 45, 8B and BD. RGB value is (69,139,189). Sum of RGB (Red+Green+Blue) = 69+139+189=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #458BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BBD is #BA7442. Grayscale: #7B7B7B. Windows color (decimal): -12219459 or 12421957. OLE color: 12421957.
HSL color Cylindrical-coordinate representation of color #458BBD: hue angle of 205º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #458BBD is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 139 | 189 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.26 |
| HSL | 205º | 0.48% | 0.51% | - |
| HSV(B) | 205º | 0.63% | 0.74% | - |
| XYZ | 20.87 | 23.4 | 51.56 | - |
| YUV | 123.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 189 | 0.63 | 0.26 | 0 | 0.26 | 205 | 0.48 | 0.51 |
| Hex | 45 | 8B | BD | 3F | 1A | 0 | 1A | CD | 30 | 33 |
| Octal | 105 | 213 | 275 | 77 | 32 | 0 | 32 | 315 | 60 | 63 |
| Binary | 1000101 | 10001011 | 10111101 | 111111 | 11010 | 0 | 11010 | 11001101 | 110000 | 110011 |
Color Harmonies of #458BBD
Complementary color
Monochromatic Colors of #458BBD
Black with #458BBD
Text Example
Text Example
White with #458BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BBD; }
p { color: rgb(69,139,189); }
H1.HeaderClassName
{
color: #458BBD;
}
.AnyTagClassName
{
color: #458BBD;
}
</style>
background-color css
<style>
a { background-color: #458BBD; }
a { background-color: rgb(69,139,189); }
div.DivClassName
{
background-color: #458BBD;
}
.BgClassName
{
background-color: #458BBD;
}
</style>
border-color css
<style>
span { border-color: #458BBD; }
span { border-color: rgb(69,139,189); }
td.TdClassName
{
border-color: #458BBD;
}
.TagClassName
{
border-color: #458BBD;
}
</style>