Shades of Curious Blue #458EBE
Tints of Curious Blue #458EBE
RGB
CMYK
RGB Variations
Color information
#458EBE (or 0x458EBE) is known color: Curious Blue. HEX triplet: 45, 8E and BE. RGB value is (69,142,190). Sum of RGB (Red+Green+Blue) = 69+142+190=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #458EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EBE is #BA7141. Grayscale: #7D7D7D. Windows color (decimal): -12218690 or 12488261. OLE color: 12488261.
HSL color Cylindrical-coordinate representation of color #458EBE: hue angle of 203.8º degrees, saturation: 0.48, 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 #458EBE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 142 | 190 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.25 |
| HSL | 203.8º | 0.48% | 0.51% | - |
| HSV(B) | 203.8º | 0.64% | 0.75% | - |
| XYZ | 21.42 | 24.33 | 52.28 | - |
| YUV | 125.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 190 | 0.64 | 0.25 | 0 | 0.25 | 203.8 | 0.48 | 0.51 |
| Hex | 45 | 8E | BE | 40 | 19 | 0 | 19 | CC | 30 | 33 |
| Octal | 105 | 216 | 276 | 100 | 31 | 0 | 31 | 314 | 60 | 63 |
| Binary | 1000101 | 10001110 | 10111110 | 1000000 | 11001 | 0 | 11001 | 11001100 | 110000 | 110011 |
Color Harmonies of #458EBE
Complementary color
Monochromatic Colors of #458EBE
Black with #458EBE
Text Example
Text Example
White with #458EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458EBE; }
p { color: rgb(69,142,190); }
H1.HeaderClassName
{
color: #458EBE;
}
.AnyTagClassName
{
color: #458EBE;
}
</style>
background-color css
<style>
a { background-color: #458EBE; }
a { background-color: rgb(69,142,190); }
div.DivClassName
{
background-color: #458EBE;
}
.BgClassName
{
background-color: #458EBE;
}
</style>
border-color css
<style>
span { border-color: #458EBE; }
span { border-color: rgb(69,142,190); }
td.TdClassName
{
border-color: #458EBE;
}
.TagClassName
{
border-color: #458EBE;
}
</style>