Shades of Curious Blue #458BC7
Tints of Curious Blue #458BC7
RGB
CMYK
RGB Variations
Color information
#458BC7 (or 0x458BC7) is known color: Curious Blue. HEX triplet: 45, 8B and C7. RGB value is (69,139,199). Sum of RGB (Red+Green+Blue) = 69+139+199=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #458BC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BC7 is #BA7438. Grayscale: #7C7C7C. Windows color (decimal): -12219449 or 13077317. OLE color: 13077317.
HSL color Cylindrical-coordinate representation of color #458BC7: hue angle of 207.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #458BC7 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 139 | 199 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.22 |
| HSL | 207.69º | 0.54% | 0.53% | - |
| HSV(B) | 207.69º | 0.65% | 0.78% | - |
| XYZ | 22 | 23.85 | 57.48 | - |
| YUV | 124.91 | 169.81 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 199 | 0.65 | 0.30 | 0 | 0.22 | 207.69 | 0.54 | 0.53 |
| Hex | 45 | 8B | C7 | 41 | 1E | 0 | 16 | D0 | 36 | 35 |
| Octal | 105 | 213 | 307 | 101 | 36 | 0 | 26 | 320 | 66 | 65 |
| Binary | 1000101 | 10001011 | 11000111 | 1000001 | 11110 | 0 | 10110 | 11010000 | 110110 | 110101 |
Color Harmonies of #458BC7
Complementary color
Monochromatic Colors of #458BC7
Black with #458BC7
Text Example
Text Example
White with #458BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BC7; }
p { color: rgb(69,139,199); }
H1.HeaderClassName
{
color: #458BC7;
}
.AnyTagClassName
{
color: #458BC7;
}
</style>
background-color css
<style>
a { background-color: #458BC7; }
a { background-color: rgb(69,139,199); }
div.DivClassName
{
background-color: #458BC7;
}
.BgClassName
{
background-color: #458BC7;
}
</style>
border-color css
<style>
span { border-color: #458BC7; }
span { border-color: rgb(69,139,199); }
td.TdClassName
{
border-color: #458BC7;
}
.TagClassName
{
border-color: #458BC7;
}
</style>