Shades of Curious Blue #458BBF
Tints of Curious Blue #458BBF
RGB
CMYK
RGB Variations
Color information
#458BBF (or 0x458BBF) is known color: Curious Blue. HEX triplet: 45, 8B and BF. RGB value is (69,139,191). Sum of RGB (Red+Green+Blue) = 69+139+191=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #458BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BBF is #BA7440. Grayscale: #7B7B7B. Windows color (decimal): -12219457 or 12553029. OLE color: 12553029.
HSL color Cylindrical-coordinate representation of color #458BBF: hue angle of 205.57º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #458BBF is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 139 | 191 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.25 |
| HSL | 205.57º | 0.49% | 0.51% | - |
| HSV(B) | 205.57º | 0.64% | 0.75% | - |
| XYZ | 21.09 | 23.49 | 52.71 | - |
| YUV | 124 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 191 | 0.64 | 0.27 | 0 | 0.25 | 205.57 | 0.49 | 0.51 |
| Hex | 45 | 8B | BF | 40 | 1B | 0 | 19 | CE | 31 | 33 |
| Octal | 105 | 213 | 277 | 100 | 33 | 0 | 31 | 316 | 61 | 63 |
| Binary | 1000101 | 10001011 | 10111111 | 1000000 | 11011 | 0 | 11001 | 11001110 | 110001 | 110011 |
Color Harmonies of #458BBF
Complementary color
Monochromatic Colors of #458BBF
Black with #458BBF
Text Example
Text Example
White with #458BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BBF; }
p { color: rgb(69,139,191); }
H1.HeaderClassName
{
color: #458BBF;
}
.AnyTagClassName
{
color: #458BBF;
}
</style>
background-color css
<style>
a { background-color: #458BBF; }
a { background-color: rgb(69,139,191); }
div.DivClassName
{
background-color: #458BBF;
}
.BgClassName
{
background-color: #458BBF;
}
</style>
border-color css
<style>
span { border-color: #458BBF; }
span { border-color: rgb(69,139,191); }
td.TdClassName
{
border-color: #458BBF;
}
.TagClassName
{
border-color: #458BBF;
}
</style>