Shades of Curious Blue #458DC3
Tints of Curious Blue #458DC3
RGB
CMYK
RGB Variations
Color information
#458DC3 (or 0x458DC3) is known color: Curious Blue. HEX triplet: 45, 8D and C3. RGB value is (69,141,195). Sum of RGB (Red+Green+Blue) = 69+141+195=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #458DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DC3 is #BA723C. Grayscale: #7D7D7D. Windows color (decimal): -12218941 or 12815685. OLE color: 12815685.
HSL color Cylindrical-coordinate representation of color #458DC3: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #458DC3 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 141 | 195 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.24 |
| HSL | 205.71º | 0.51% | 0.52% | - |
| HSV(B) | 205.71º | 0.65% | 0.76% | - |
| XYZ | 21.83 | 24.26 | 55.16 | - |
| YUV | 125.63 | 167.15 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 195 | 0.65 | 0.28 | 0 | 0.24 | 205.71 | 0.51 | 0.52 |
| Hex | 45 | 8D | C3 | 41 | 1C | 0 | 18 | CE | 33 | 34 |
| Octal | 105 | 215 | 303 | 101 | 34 | 0 | 30 | 316 | 63 | 64 |
| Binary | 1000101 | 10001101 | 11000011 | 1000001 | 11100 | 0 | 11000 | 11001110 | 110011 | 110100 |
Color Harmonies of #458DC3
Complementary color
Monochromatic Colors of #458DC3
Black with #458DC3
Text Example
Text Example
White with #458DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DC3; }
p { color: rgb(69,141,195); }
H1.HeaderClassName
{
color: #458DC3;
}
.AnyTagClassName
{
color: #458DC3;
}
</style>
background-color css
<style>
a { background-color: #458DC3; }
a { background-color: rgb(69,141,195); }
div.DivClassName
{
background-color: #458DC3;
}
.BgClassName
{
background-color: #458DC3;
}
</style>
border-color css
<style>
span { border-color: #458DC3; }
span { border-color: rgb(69,141,195); }
td.TdClassName
{
border-color: #458DC3;
}
.TagClassName
{
border-color: #458DC3;
}
</style>