Shades of Curious Blue #468CC5
Tints of Curious Blue #468CC5
RGB
CMYK
RGB Variations
Color information
#468CC5 (or 0x468CC5) is known color: Curious Blue. HEX triplet: 46, 8C and C5. RGB value is (70,140,197). Sum of RGB (Red+Green+Blue) = 70+140+197=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #468CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CC5 is #B9733A. Grayscale: #7D7D7D. Windows color (decimal): -12153659 or 12946502. OLE color: 12946502.
HSL color Cylindrical-coordinate representation of color #468CC5: hue angle of 206.93º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468CC5 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 140 | 197 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.23 |
| HSL | 206.93º | 0.52% | 0.52% | - |
| HSV(B) | 206.93º | 0.64% | 0.77% | - |
| XYZ | 21.98 | 24.09 | 56.31 | - |
| YUV | 125.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 197 | 0.64 | 0.29 | 0 | 0.23 | 206.93 | 0.52 | 0.52 |
| Hex | 46 | 8C | C5 | 40 | 1D | 0 | 17 | CF | 34 | 34 |
| Octal | 106 | 214 | 305 | 100 | 35 | 0 | 27 | 317 | 64 | 64 |
| Binary | 1000110 | 10001100 | 11000101 | 1000000 | 11101 | 0 | 10111 | 11001111 | 110100 | 110100 |
Color Harmonies of #468CC5
Complementary color
Monochromatic Colors of #468CC5
Black with #468CC5
Text Example
Text Example
White with #468CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CC5; }
p { color: rgb(70,140,197); }
H1.HeaderClassName
{
color: #468CC5;
}
.AnyTagClassName
{
color: #468CC5;
}
</style>
background-color css
<style>
a { background-color: #468CC5; }
a { background-color: rgb(70,140,197); }
div.DivClassName
{
background-color: #468CC5;
}
.BgClassName
{
background-color: #468CC5;
}
</style>
border-color css
<style>
span { border-color: #468CC5; }
span { border-color: rgb(70,140,197); }
td.TdClassName
{
border-color: #468CC5;
}
.TagClassName
{
border-color: #468CC5;
}
</style>