Shades of Curious Blue #468ECC
Tints of Curious Blue #468ECC
RGB
CMYK
RGB Variations
Color information
#468ECC (or 0x468ECC) is known color: Curious Blue. HEX triplet: 46, 8E and CC. RGB value is (70,142,204). Sum of RGB (Red+Green+Blue) = 70+142+204=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 142 (55.86% from 255 or 34.13% 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 #468ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ECC is #B97133. Grayscale: #7F7F7F. Windows color (decimal): -12153140 or 13405766. OLE color: 13405766.
HSL color Cylindrical-coordinate representation of color #468ECC: hue angle of 207.76º 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 #468ECC is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 142 | 204 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.2 |
| HSL | 207.76º | 0.57% | 0.54% | - |
| HSV(B) | 207.76º | 0.66% | 0.8% | - |
| XYZ | 23.1 | 25.01 | 60.74 | - |
| YUV | 127.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 204 | 0.66 | 0.30 | 0 | 0.2 | 207.76 | 0.57 | 0.54 |
| Hex | 46 | 8E | CC | 42 | 1E | 0 | 14 | D0 | 39 | 36 |
| Octal | 106 | 216 | 314 | 102 | 36 | 0 | 24 | 320 | 71 | 66 |
| Binary | 1000110 | 10001110 | 11001100 | 1000010 | 11110 | 0 | 10100 | 11010000 | 111001 | 110110 |
Color Harmonies of #468ECC
Complementary color
Monochromatic Colors of #468ECC
Black with #468ECC
Text Example
Text Example
White with #468ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468ECC; }
p { color: rgb(70,142,204); }
H1.HeaderClassName
{
color: #468ECC;
}
.AnyTagClassName
{
color: #468ECC;
}
</style>
background-color css
<style>
a { background-color: #468ECC; }
a { background-color: rgb(70,142,204); }
div.DivClassName
{
background-color: #468ECC;
}
.BgClassName
{
background-color: #468ECC;
}
</style>
border-color css
<style>
span { border-color: #468ECC; }
span { border-color: rgb(70,142,204); }
td.TdClassName
{
border-color: #468ECC;
}
.TagClassName
{
border-color: #468ECC;
}
</style>