Shades of Curious Blue #458ABB
Tints of Curious Blue #458ABB
RGB
CMYK
RGB Variations
Color information
#458ABB (or 0x458ABB) is known color: Curious Blue. HEX triplet: 45, 8A and BB. RGB value is (69,138,187). Sum of RGB (Red+Green+Blue) = 69+138+187=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #458ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ABB is #BA7544. Grayscale: #7A7A7A. Windows color (decimal): -12219717 or 12290629. OLE color: 12290629.
HSL color Cylindrical-coordinate representation of color #458ABB: hue angle of 204.92º 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 #458ABB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 138 | 187 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.27 |
| HSL | 204.92º | 0.46% | 0.5% | - |
| HSV(B) | 204.92º | 0.63% | 0.73% | - |
| XYZ | 20.51 | 23.03 | 50.38 | - |
| YUV | 122.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 187 | 0.63 | 0.26 | 0 | 0.27 | 204.92 | 0.46 | 0.5 |
| Hex | 45 | 8A | BB | 3F | 1A | 0 | 1B | CD | 2E | 32 |
| Octal | 105 | 212 | 273 | 77 | 32 | 0 | 33 | 315 | 56 | 62 |
| Binary | 1000101 | 10001010 | 10111011 | 111111 | 11010 | 0 | 11011 | 11001101 | 101110 | 110010 |
Color Harmonies of #458ABB
Complementary color
Monochromatic Colors of #458ABB
Black with #458ABB
Text Example
Text Example
White with #458ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458ABB; }
p { color: rgb(69,138,187); }
H1.HeaderClassName
{
color: #458ABB;
}
.AnyTagClassName
{
color: #458ABB;
}
</style>
background-color css
<style>
a { background-color: #458ABB; }
a { background-color: rgb(69,138,187); }
div.DivClassName
{
background-color: #458ABB;
}
.BgClassName
{
background-color: #458ABB;
}
</style>
border-color css
<style>
span { border-color: #458ABB; }
span { border-color: rgb(69,138,187); }
td.TdClassName
{
border-color: #458ABB;
}
.TagClassName
{
border-color: #458ABB;
}
</style>