Shades of Curious Blue #458EC9
Tints of Curious Blue #458EC9
RGB
CMYK
RGB Variations
Color information
#458EC9 (or 0x458EC9) is known color: Curious Blue. HEX triplet: 45, 8E and C9. RGB value is (69,142,201). Sum of RGB (Red+Green+Blue) = 69+142+201=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #458EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EC9 is #BA7136. Grayscale: #7E7E7E. Windows color (decimal): -12218679 or 13209157. OLE color: 13209157.
HSL color Cylindrical-coordinate representation of color #458EC9: hue angle of 206.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #458EC9 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 142 | 201 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.21 |
| HSL | 206.82º | 0.55% | 0.53% | - |
| HSV(B) | 206.82º | 0.66% | 0.79% | - |
| XYZ | 22.67 | 24.83 | 58.86 | - |
| YUV | 126.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 201 | 0.66 | 0.29 | 0 | 0.21 | 206.82 | 0.55 | 0.53 |
| Hex | 45 | 8E | C9 | 42 | 1D | 0 | 15 | CF | 37 | 35 |
| Octal | 105 | 216 | 311 | 102 | 35 | 0 | 25 | 317 | 67 | 65 |
| Binary | 1000101 | 10001110 | 11001001 | 1000010 | 11101 | 0 | 10101 | 11001111 | 110111 | 110101 |
Color Harmonies of #458EC9
Complementary color
Monochromatic Colors of #458EC9
Black with #458EC9
Text Example
Text Example
White with #458EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458EC9; }
p { color: rgb(69,142,201); }
H1.HeaderClassName
{
color: #458EC9;
}
.AnyTagClassName
{
color: #458EC9;
}
</style>
background-color css
<style>
a { background-color: #458EC9; }
a { background-color: rgb(69,142,201); }
div.DivClassName
{
background-color: #458EC9;
}
.BgClassName
{
background-color: #458EC9;
}
</style>
border-color css
<style>
span { border-color: #458EC9; }
span { border-color: rgb(69,142,201); }
td.TdClassName
{
border-color: #458EC9;
}
.TagClassName
{
border-color: #458EC9;
}
</style>