Shades of Curious Blue #458BBA
Tints of Curious Blue #458BBA
RGB
CMYK
RGB Variations
Color information
#458BBA (or 0x458BBA) is known color: Curious Blue. HEX triplet: 45, 8B and BA. RGB value is (69,139,186). Sum of RGB (Red+Green+Blue) = 69+139+186=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #458BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BBA is #BA7445. Grayscale: #7B7B7B. Windows color (decimal): -12219462 or 12225349. OLE color: 12225349.
HSL color Cylindrical-coordinate representation of color #458BBA: hue angle of 204.1º 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 #458BBA is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 139 | 186 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.27 |
| HSL | 204.1º | 0.46% | 0.5% | - |
| HSV(B) | 204.1º | 0.63% | 0.73% | - |
| XYZ | 20.55 | 23.28 | 49.86 | - |
| YUV | 123.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 186 | 0.63 | 0.25 | 0 | 0.27 | 204.1 | 0.46 | 0.5 |
| Hex | 45 | 8B | BA | 3F | 19 | 0 | 1B | CC | 2E | 32 |
| Octal | 105 | 213 | 272 | 77 | 31 | 0 | 33 | 314 | 56 | 62 |
| Binary | 1000101 | 10001011 | 10111010 | 111111 | 11001 | 0 | 11011 | 11001100 | 101110 | 110010 |
Color Harmonies of #458BBA
Complementary color
Monochromatic Colors of #458BBA
Black with #458BBA
Text Example
Text Example
White with #458BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BBA; }
p { color: rgb(69,139,186); }
H1.HeaderClassName
{
color: #458BBA;
}
.AnyTagClassName
{
color: #458BBA;
}
</style>
background-color css
<style>
a { background-color: #458BBA; }
a { background-color: rgb(69,139,186); }
div.DivClassName
{
background-color: #458BBA;
}
.BgClassName
{
background-color: #458BBA;
}
</style>
border-color css
<style>
span { border-color: #458BBA; }
span { border-color: rgb(69,139,186); }
td.TdClassName
{
border-color: #458BBA;
}
.TagClassName
{
border-color: #458BBA;
}
</style>