Shades of Curious Blue #458DCC
Tints of Curious Blue #458DCC
RGB
CMYK
RGB Variations
Color information
#458DCC (or 0x458DCC) is known color: Curious Blue. HEX triplet: 45, 8D and CC. RGB value is (69,141,204). Sum of RGB (Red+Green+Blue) = 69+141+204=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #458DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DCC is #BA7233. Grayscale: #7E7E7E. Windows color (decimal): -12218932 or 13405509. OLE color: 13405509.
HSL color Cylindrical-coordinate representation of color #458DCC: hue angle of 208º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #458DCC is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 141 | 204 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.2 |
| HSL | 208º | 0.57% | 0.54% | - |
| HSV(B) | 208º | 0.66% | 0.8% | - |
| XYZ | 22.88 | 24.67 | 60.68 | - |
| YUV | 126.65 | 171.65 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 204 | 0.66 | 0.31 | 0 | 0.2 | 208 | 0.57 | 0.54 |
| Hex | 45 | 8D | CC | 42 | 1F | 0 | 14 | D0 | 39 | 36 |
| Octal | 105 | 215 | 314 | 102 | 37 | 0 | 24 | 320 | 71 | 66 |
| Binary | 1000101 | 10001101 | 11001100 | 1000010 | 11111 | 0 | 10100 | 11010000 | 111001 | 110110 |
Color Harmonies of #458DCC
Complementary color
Monochromatic Colors of #458DCC
Black with #458DCC
Text Example
Text Example
White with #458DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DCC; }
p { color: rgb(69,141,204); }
H1.HeaderClassName
{
color: #458DCC;
}
.AnyTagClassName
{
color: #458DCC;
}
</style>
background-color css
<style>
a { background-color: #458DCC; }
a { background-color: rgb(69,141,204); }
div.DivClassName
{
background-color: #458DCC;
}
.BgClassName
{
background-color: #458DCC;
}
</style>
border-color css
<style>
span { border-color: #458DCC; }
span { border-color: rgb(69,141,204); }
td.TdClassName
{
border-color: #458DCC;
}
.TagClassName
{
border-color: #458DCC;
}
</style>