Shades of Curious Blue #458BC1
Tints of Curious Blue #458BC1
RGB
CMYK
RGB Variations
Color information
#458BC1 (or 0x458BC1) is known color: Curious Blue. HEX triplet: 45, 8B and C1. RGB value is (69,139,193). Sum of RGB (Red+Green+Blue) = 69+139+193=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #458BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BC1 is #BA743E. Grayscale: #7B7B7B. Windows color (decimal): -12219455 or 12684101. OLE color: 12684101.
HSL color Cylindrical-coordinate representation of color #458BC1: hue angle of 206.13º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #458BC1 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 139 | 193 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.24 |
| HSL | 206.13º | 0.5% | 0.51% | - |
| HSV(B) | 206.13º | 0.64% | 0.76% | - |
| XYZ | 21.31 | 23.58 | 53.88 | - |
| YUV | 124.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 193 | 0.64 | 0.28 | 0 | 0.24 | 206.13 | 0.5 | 0.51 |
| Hex | 45 | 8B | C1 | 40 | 1C | 0 | 18 | CE | 32 | 33 |
| Octal | 105 | 213 | 301 | 100 | 34 | 0 | 30 | 316 | 62 | 63 |
| Binary | 1000101 | 10001011 | 11000001 | 1000000 | 11100 | 0 | 11000 | 11001110 | 110010 | 110011 |
Color Harmonies of #458BC1
Complementary color
Monochromatic Colors of #458BC1
Black with #458BC1
Text Example
Text Example
White with #458BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BC1; }
p { color: rgb(69,139,193); }
H1.HeaderClassName
{
color: #458BC1;
}
.AnyTagClassName
{
color: #458BC1;
}
</style>
background-color css
<style>
a { background-color: #458BC1; }
a { background-color: rgb(69,139,193); }
div.DivClassName
{
background-color: #458BC1;
}
.BgClassName
{
background-color: #458BC1;
}
</style>
border-color css
<style>
span { border-color: #458BC1; }
span { border-color: rgb(69,139,193); }
td.TdClassName
{
border-color: #458BC1;
}
.TagClassName
{
border-color: #458BC1;
}
</style>