Shades of Curious Blue #458FC9
Tints of Curious Blue #458FC9
RGB
CMYK
RGB Variations
Color information
#458FC9 (or 0x458FC9) is known color: Curious Blue. HEX triplet: 45, 8F and C9. RGB value is (69,143,201). Sum of RGB (Red+Green+Blue) = 69+143+201=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #458FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FC9 is #BA7036. Grayscale: #7F7F7F. Windows color (decimal): -12218423 or 13209413. OLE color: 13209413.
HSL color Cylindrical-coordinate representation of color #458FC9: hue angle of 206.36º 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 #458FC9 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 143 | 201 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.21 |
| HSL | 206.36º | 0.55% | 0.53% | - |
| HSV(B) | 206.36º | 0.66% | 0.79% | - |
| XYZ | 22.82 | 25.13 | 58.91 | - |
| YUV | 127.49 | 169.48 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 201 | 0.66 | 0.29 | 0 | 0.21 | 206.36 | 0.55 | 0.53 |
| Hex | 45 | 8F | C9 | 42 | 1D | 0 | 15 | CE | 37 | 35 |
| Octal | 105 | 217 | 311 | 102 | 35 | 0 | 25 | 316 | 67 | 65 |
| Binary | 1000101 | 10001111 | 11001001 | 1000010 | 11101 | 0 | 10101 | 11001110 | 110111 | 110101 |
Color Harmonies of #458FC9
Complementary color
Monochromatic Colors of #458FC9
Black with #458FC9
Text Example
Text Example
White with #458FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FC9; }
p { color: rgb(69,143,201); }
H1.HeaderClassName
{
color: #458FC9;
}
.AnyTagClassName
{
color: #458FC9;
}
</style>
background-color css
<style>
a { background-color: #458FC9; }
a { background-color: rgb(69,143,201); }
div.DivClassName
{
background-color: #458FC9;
}
.BgClassName
{
background-color: #458FC9;
}
</style>
border-color css
<style>
span { border-color: #458FC9; }
span { border-color: rgb(69,143,201); }
td.TdClassName
{
border-color: #458FC9;
}
.TagClassName
{
border-color: #458FC9;
}
</style>