Shades of Curious Blue #468CBF
Tints of Curious Blue #468CBF
RGB
CMYK
RGB Variations
Color information
#468CBF (or 0x468CBF) is known color: Curious Blue. HEX triplet: 46, 8C and BF. RGB value is (70,140,191). Sum of RGB (Red+Green+Blue) = 70+140+191=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #468CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CBF is #B97340. Grayscale: #7C7C7C. Windows color (decimal): -12153665 or 12553286. OLE color: 12553286.
HSL color Cylindrical-coordinate representation of color #468CBF: hue angle of 205.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468CBF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 140 | 191 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.25 |
| HSL | 205.29º | 0.49% | 0.51% | - |
| HSV(B) | 205.29º | 0.63% | 0.75% | - |
| XYZ | 21.31 | 23.82 | 52.76 | - |
| YUV | 124.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 191 | 0.63 | 0.27 | 0 | 0.25 | 205.29 | 0.49 | 0.51 |
| Hex | 46 | 8C | BF | 3F | 1B | 0 | 19 | CD | 31 | 33 |
| Octal | 106 | 214 | 277 | 77 | 33 | 0 | 31 | 315 | 61 | 63 |
| Binary | 1000110 | 10001100 | 10111111 | 111111 | 11011 | 0 | 11001 | 11001101 | 110001 | 110011 |
Color Harmonies of #468CBF
Complementary color
Monochromatic Colors of #468CBF
Black with #468CBF
Text Example
Text Example
White with #468CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CBF; }
p { color: rgb(70,140,191); }
H1.HeaderClassName
{
color: #468CBF;
}
.AnyTagClassName
{
color: #468CBF;
}
</style>
background-color css
<style>
a { background-color: #468CBF; }
a { background-color: rgb(70,140,191); }
div.DivClassName
{
background-color: #468CBF;
}
.BgClassName
{
background-color: #468CBF;
}
</style>
border-color css
<style>
span { border-color: #468CBF; }
span { border-color: rgb(70,140,191); }
td.TdClassName
{
border-color: #468CBF;
}
.TagClassName
{
border-color: #468CBF;
}
</style>