Shades of Curious Blue #458BB8
Tints of Curious Blue #458BB8
RGB
CMYK
RGB Variations
Color information
#458BB8 (or 0x458BB8) is known color: Curious Blue. HEX triplet: 45, 8B and B8. RGB value is (69,139,184). Sum of RGB (Red+Green+Blue) = 69+139+184=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #458BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BB8 is #BA7447. Grayscale: #7A7A7A. Windows color (decimal): -12219464 or 12094277. OLE color: 12094277.
HSL color Cylindrical-coordinate representation of color #458BB8: hue angle of 203.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #458BB8 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 139 | 184 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.28 |
| HSL | 203.48º | 0.45% | 0.5% | - |
| HSV(B) | 203.48º | 0.63% | 0.72% | - |
| XYZ | 20.34 | 23.19 | 48.75 | - |
| YUV | 123.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 184 | 0.62 | 0.24 | 0 | 0.28 | 203.48 | 0.45 | 0.5 |
| Hex | 45 | 8B | B8 | 3E | 18 | 0 | 1C | CB | 2D | 32 |
| Octal | 105 | 213 | 270 | 76 | 30 | 0 | 34 | 313 | 55 | 62 |
| Binary | 1000101 | 10001011 | 10111000 | 111110 | 11000 | 0 | 11100 | 11001011 | 101101 | 110010 |
Color Harmonies of #458BB8
Complementary color
Monochromatic Colors of #458BB8
Black with #458BB8
Text Example
Text Example
White with #458BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BB8; }
p { color: rgb(69,139,184); }
H1.HeaderClassName
{
color: #458BB8;
}
.AnyTagClassName
{
color: #458BB8;
}
</style>
background-color css
<style>
a { background-color: #458BB8; }
a { background-color: rgb(69,139,184); }
div.DivClassName
{
background-color: #458BB8;
}
.BgClassName
{
background-color: #458BB8;
}
</style>
border-color css
<style>
span { border-color: #458BB8; }
span { border-color: rgb(69,139,184); }
td.TdClassName
{
border-color: #458BB8;
}
.TagClassName
{
border-color: #458BB8;
}
</style>