Shades of Curious Blue #468DBF
Tints of Curious Blue #468DBF
RGB
CMYK
RGB Variations
Color information
#468DBF (or 0x468DBF) is known color: Curious Blue. HEX triplet: 46, 8D and BF. RGB value is (70,141,191). Sum of RGB (Red+Green+Blue) = 70+141+191=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #468DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBF is #B97240. Grayscale: #7D7D7D. Windows color (decimal): -12153409 or 12553542. OLE color: 12553542.
HSL color Cylindrical-coordinate representation of color #468DBF: hue angle of 204.79º 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 #468DBF is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 141 | 191 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.25 |
| HSL | 204.79º | 0.49% | 0.51% | - |
| HSV(B) | 204.79º | 0.63% | 0.75% | - |
| XYZ | 21.45 | 24.11 | 52.81 | - |
| YUV | 125.47 | 164.98 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 191 | 0.63 | 0.26 | 0 | 0.25 | 204.79 | 0.49 | 0.51 |
| Hex | 46 | 8D | BF | 3F | 1A | 0 | 19 | CD | 31 | 33 |
| Octal | 106 | 215 | 277 | 77 | 32 | 0 | 31 | 315 | 61 | 63 |
| Binary | 1000110 | 10001101 | 10111111 | 111111 | 11010 | 0 | 11001 | 11001101 | 110001 | 110011 |
Color Harmonies of #468DBF
Complementary color
Monochromatic Colors of #468DBF
Black with #468DBF
Text Example
Text Example
White with #468DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DBF; }
p { color: rgb(70,141,191); }
H1.HeaderClassName
{
color: #468DBF;
}
.AnyTagClassName
{
color: #468DBF;
}
</style>
background-color css
<style>
a { background-color: #468DBF; }
a { background-color: rgb(70,141,191); }
div.DivClassName
{
background-color: #468DBF;
}
.BgClassName
{
background-color: #468DBF;
}
</style>
border-color css
<style>
span { border-color: #468DBF; }
span { border-color: rgb(70,141,191); }
td.TdClassName
{
border-color: #468DBF;
}
.TagClassName
{
border-color: #468DBF;
}
</style>