Shades of Curious Blue #458DC7
Tints of Curious Blue #458DC7
RGB
CMYK
RGB Variations
Color information
#458DC7 (or 0x458DC7) is known color: Curious Blue. HEX triplet: 45, 8D and C7. RGB value is (69,141,199). Sum of RGB (Red+Green+Blue) = 69+141+199=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #458DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DC7 is #BA7238. Grayscale: #7D7D7D. Windows color (decimal): -12218937 or 13077829. OLE color: 13077829.
HSL color Cylindrical-coordinate representation of color #458DC7: hue angle of 206.77º 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 #458DC7 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 141 | 199 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.22 |
| HSL | 206.77º | 0.54% | 0.53% | - |
| HSV(B) | 206.77º | 0.65% | 0.78% | - |
| XYZ | 22.29 | 24.44 | 57.58 | - |
| YUV | 126.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 199 | 0.65 | 0.29 | 0 | 0.22 | 206.77 | 0.54 | 0.53 |
| Hex | 45 | 8D | C7 | 41 | 1D | 0 | 16 | CF | 36 | 35 |
| Octal | 105 | 215 | 307 | 101 | 35 | 0 | 26 | 317 | 66 | 65 |
| Binary | 1000101 | 10001101 | 11000111 | 1000001 | 11101 | 0 | 10110 | 11001111 | 110110 | 110101 |
Color Harmonies of #458DC7
Complementary color
Monochromatic Colors of #458DC7
Black with #458DC7
Text Example
Text Example
White with #458DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DC7; }
p { color: rgb(69,141,199); }
H1.HeaderClassName
{
color: #458DC7;
}
.AnyTagClassName
{
color: #458DC7;
}
</style>
background-color css
<style>
a { background-color: #458DC7; }
a { background-color: rgb(69,141,199); }
div.DivClassName
{
background-color: #458DC7;
}
.BgClassName
{
background-color: #458DC7;
}
</style>
border-color css
<style>
span { border-color: #458DC7; }
span { border-color: rgb(69,141,199); }
td.TdClassName
{
border-color: #458DC7;
}
.TagClassName
{
border-color: #458DC7;
}
</style>