Shades of Curious Blue #468FBC
Tints of Curious Blue #468FBC
RGB
CMYK
RGB Variations
Color information
#468FBC (or 0x468FBC) is known color: Curious Blue. HEX triplet: 46, 8F and BC. RGB value is (70,143,188). Sum of RGB (Red+Green+Blue) = 70+143+188=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #468FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FBC is #B97043. Grayscale: #7E7E7E. Windows color (decimal): -12152900 or 12357446. OLE color: 12357446.
HSL color Cylindrical-coordinate representation of color #468FBC: hue angle of 202.88º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468FBC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 143 | 188 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.26 |
| HSL | 202.88º | 0.47% | 0.51% | - |
| HSV(B) | 202.88º | 0.63% | 0.74% | - |
| XYZ | 21.43 | 24.58 | 51.19 | - |
| YUV | 126.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 188 | 0.63 | 0.24 | 0 | 0.26 | 202.88 | 0.47 | 0.51 |
| Hex | 46 | 8F | BC | 3F | 18 | 0 | 1A | CB | 2F | 33 |
| Octal | 106 | 217 | 274 | 77 | 30 | 0 | 32 | 313 | 57 | 63 |
| Binary | 1000110 | 10001111 | 10111100 | 111111 | 11000 | 0 | 11010 | 11001011 | 101111 | 110011 |
Color Harmonies of #468FBC
Complementary color
Monochromatic Colors of #468FBC
Black with #468FBC
Text Example
Text Example
White with #468FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FBC; }
p { color: rgb(70,143,188); }
H1.HeaderClassName
{
color: #468FBC;
}
.AnyTagClassName
{
color: #468FBC;
}
</style>
background-color css
<style>
a { background-color: #468FBC; }
a { background-color: rgb(70,143,188); }
div.DivClassName
{
background-color: #468FBC;
}
.BgClassName
{
background-color: #468FBC;
}
</style>
border-color css
<style>
span { border-color: #468FBC; }
span { border-color: rgb(70,143,188); }
td.TdClassName
{
border-color: #468FBC;
}
.TagClassName
{
border-color: #468FBC;
}
</style>