Shades of Curious Blue #458FCC
Tints of Curious Blue #458FCC
RGB
CMYK
RGB Variations
Color information
#458FCC (or 0x458FCC) is known color: Curious Blue. HEX triplet: 45, 8F and CC. RGB value is (69,143,204). Sum of RGB (Red+Green+Blue) = 69+143+204=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #458FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FCC is #BA7033. Grayscale: #7F7F7F. Windows color (decimal): -12218420 or 13406021. OLE color: 13406021.
HSL color Cylindrical-coordinate representation of color #458FCC: hue angle of 207.11º 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 #458FCC is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 143 | 204 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.2 |
| HSL | 207.11º | 0.57% | 0.54% | - |
| HSV(B) | 207.11º | 0.66% | 0.8% | - |
| XYZ | 23.18 | 25.27 | 60.78 | - |
| YUV | 127.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 204 | 0.66 | 0.30 | 0 | 0.2 | 207.11 | 0.57 | 0.54 |
| Hex | 45 | 8F | CC | 42 | 1E | 0 | 14 | CF | 39 | 36 |
| Octal | 105 | 217 | 314 | 102 | 36 | 0 | 24 | 317 | 71 | 66 |
| Binary | 1000101 | 10001111 | 11001100 | 1000010 | 11110 | 0 | 10100 | 11001111 | 111001 | 110110 |
Color Harmonies of #458FCC
Complementary color
Monochromatic Colors of #458FCC
Black with #458FCC
Text Example
Text Example
White with #458FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FCC; }
p { color: rgb(69,143,204); }
H1.HeaderClassName
{
color: #458FCC;
}
.AnyTagClassName
{
color: #458FCC;
}
</style>
background-color css
<style>
a { background-color: #458FCC; }
a { background-color: rgb(69,143,204); }
div.DivClassName
{
background-color: #458FCC;
}
.BgClassName
{
background-color: #458FCC;
}
</style>
border-color css
<style>
span { border-color: #458FCC; }
span { border-color: rgb(69,143,204); }
td.TdClassName
{
border-color: #458FCC;
}
.TagClassName
{
border-color: #458FCC;
}
</style>