Shades of Curious Blue #458EC1
Tints of Curious Blue #458EC1
RGB
CMYK
RGB Variations
Color information
#458EC1 (or 0x458EC1) is known color: Curious Blue. HEX triplet: 45, 8E and C1. RGB value is (69,142,193). Sum of RGB (Red+Green+Blue) = 69+142+193=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #458EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EC1 is #BA713E. Grayscale: #7D7D7D. Windows color (decimal): -12218687 or 12684869. OLE color: 12684869.
HSL color Cylindrical-coordinate representation of color #458EC1: hue angle of 204.68º 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 #458EC1 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 142 | 193 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.24 |
| HSL | 204.68º | 0.5% | 0.51% | - |
| HSV(B) | 204.68º | 0.64% | 0.76% | - |
| XYZ | 21.75 | 24.46 | 54.03 | - |
| YUV | 125.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 193 | 0.64 | 0.26 | 0 | 0.24 | 204.68 | 0.5 | 0.51 |
| Hex | 45 | 8E | C1 | 40 | 1A | 0 | 18 | CD | 32 | 33 |
| Octal | 105 | 216 | 301 | 100 | 32 | 0 | 30 | 315 | 62 | 63 |
| Binary | 1000101 | 10001110 | 11000001 | 1000000 | 11010 | 0 | 11000 | 11001101 | 110010 | 110011 |
Color Harmonies of #458EC1
Complementary color
Monochromatic Colors of #458EC1
Black with #458EC1
Text Example
Text Example
White with #458EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458EC1; }
p { color: rgb(69,142,193); }
H1.HeaderClassName
{
color: #458EC1;
}
.AnyTagClassName
{
color: #458EC1;
}
</style>
background-color css
<style>
a { background-color: #458EC1; }
a { background-color: rgb(69,142,193); }
div.DivClassName
{
background-color: #458EC1;
}
.BgClassName
{
background-color: #458EC1;
}
</style>
border-color css
<style>
span { border-color: #458EC1; }
span { border-color: rgb(69,142,193); }
td.TdClassName
{
border-color: #458EC1;
}
.TagClassName
{
border-color: #458EC1;
}
</style>