Shades of Curious Blue #468DC8
Tints of Curious Blue #468DC8
RGB
CMYK
RGB Variations
Color information
#468DC8 (or 0x468DC8) is known color: Curious Blue. HEX triplet: 46, 8D and C8. RGB value is (70,141,200). Sum of RGB (Red+Green+Blue) = 70+141+200=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #468DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DC8 is #B97237. Grayscale: #7E7E7E. Windows color (decimal): -12153400 or 13143366. OLE color: 13143366.
HSL color Cylindrical-coordinate representation of color #468DC8: hue angle of 207.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468DC8 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 141 | 200 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.22 |
| HSL | 207.23º | 0.54% | 0.53% | - |
| HSV(B) | 207.23º | 0.65% | 0.78% | - |
| XYZ | 22.48 | 24.52 | 58.19 | - |
| YUV | 126.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 200 | 0.65 | 0.29 | 0 | 0.22 | 207.23 | 0.54 | 0.53 |
| Hex | 46 | 8D | C8 | 41 | 1D | 0 | 16 | CF | 36 | 35 |
| Octal | 106 | 215 | 310 | 101 | 35 | 0 | 26 | 317 | 66 | 65 |
| Binary | 1000110 | 10001101 | 11001000 | 1000001 | 11101 | 0 | 10110 | 11001111 | 110110 | 110101 |
Color Harmonies of #468DC8
Complementary color
Monochromatic Colors of #468DC8
Black with #468DC8
Text Example
Text Example
White with #468DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DC8; }
p { color: rgb(70,141,200); }
H1.HeaderClassName
{
color: #468DC8;
}
.AnyTagClassName
{
color: #468DC8;
}
</style>
background-color css
<style>
a { background-color: #468DC8; }
a { background-color: rgb(70,141,200); }
div.DivClassName
{
background-color: #468DC8;
}
.BgClassName
{
background-color: #468DC8;
}
</style>
border-color css
<style>
span { border-color: #468DC8; }
span { border-color: rgb(70,141,200); }
td.TdClassName
{
border-color: #468DC8;
}
.TagClassName
{
border-color: #468DC8;
}
</style>