Shades of Curious Blue #458EBB
Tints of Curious Blue #458EBB
RGB
CMYK
RGB Variations
Color information
#458EBB (or 0x458EBB) is known color: Curious Blue. HEX triplet: 45, 8E and BB. RGB value is (69,142,187). Sum of RGB (Red+Green+Blue) = 69+142+187=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #458EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EBB is #BA7144. Grayscale: #7D7D7D. Windows color (decimal): -12218693 or 12291653. OLE color: 12291653.
HSL color Cylindrical-coordinate representation of color #458EBB: hue angle of 202.88º 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 #458EBB is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 142 | 187 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.27 |
| HSL | 202.88º | 0.46% | 0.5% | - |
| HSV(B) | 202.88º | 0.63% | 0.73% | - |
| XYZ | 21.1 | 24.2 | 50.57 | - |
| YUV | 125.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 187 | 0.63 | 0.24 | 0 | 0.27 | 202.88 | 0.46 | 0.5 |
| Hex | 45 | 8E | BB | 3F | 18 | 0 | 1B | CB | 2E | 32 |
| Octal | 105 | 216 | 273 | 77 | 30 | 0 | 33 | 313 | 56 | 62 |
| Binary | 1000101 | 10001110 | 10111011 | 111111 | 11000 | 0 | 11011 | 11001011 | 101110 | 110010 |
Color Harmonies of #458EBB
Complementary color
Monochromatic Colors of #458EBB
Black with #458EBB
Text Example
Text Example
White with #458EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458EBB; }
p { color: rgb(69,142,187); }
H1.HeaderClassName
{
color: #458EBB;
}
.AnyTagClassName
{
color: #458EBB;
}
</style>
background-color css
<style>
a { background-color: #458EBB; }
a { background-color: rgb(69,142,187); }
div.DivClassName
{
background-color: #458EBB;
}
.BgClassName
{
background-color: #458EBB;
}
</style>
border-color css
<style>
span { border-color: #458EBB; }
span { border-color: rgb(69,142,187); }
td.TdClassName
{
border-color: #458EBB;
}
.TagClassName
{
border-color: #458EBB;
}
</style>