Shades of Curious Blue #468EC0
Tints of Curious Blue #468EC0
RGB
CMYK
RGB Variations
Color information
#468EC0 (or 0x468EC0) is known color: Curious Blue. HEX triplet: 46, 8E and C0. RGB value is (70,142,192). Sum of RGB (Red+Green+Blue) = 70+142+192=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #468EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EC0 is #B9713F. Grayscale: #7D7D7D. Windows color (decimal): -12153152 or 12619334. OLE color: 12619334.
HSL color Cylindrical-coordinate representation of color #468EC0: hue angle of 204.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468EC0 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 142 | 192 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.25 |
| HSL | 204.59º | 0.49% | 0.51% | - |
| HSV(B) | 204.59º | 0.64% | 0.75% | - |
| XYZ | 21.71 | 24.45 | 53.44 | - |
| YUV | 126.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 192 | 0.64 | 0.26 | 0 | 0.25 | 204.59 | 0.49 | 0.51 |
| Hex | 46 | 8E | C0 | 40 | 1A | 0 | 19 | CD | 31 | 33 |
| Octal | 106 | 216 | 300 | 100 | 32 | 0 | 31 | 315 | 61 | 63 |
| Binary | 1000110 | 10001110 | 11000000 | 1000000 | 11010 | 0 | 11001 | 11001101 | 110001 | 110011 |
Color Harmonies of #468EC0
Complementary color
Monochromatic Colors of #468EC0
Black with #468EC0
Text Example
Text Example
White with #468EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468EC0; }
p { color: rgb(70,142,192); }
H1.HeaderClassName
{
color: #468EC0;
}
.AnyTagClassName
{
color: #468EC0;
}
</style>
background-color css
<style>
a { background-color: #468EC0; }
a { background-color: rgb(70,142,192); }
div.DivClassName
{
background-color: #468EC0;
}
.BgClassName
{
background-color: #468EC0;
}
</style>
border-color css
<style>
span { border-color: #468EC0; }
span { border-color: rgb(70,142,192); }
td.TdClassName
{
border-color: #468EC0;
}
.TagClassName
{
border-color: #468EC0;
}
</style>