Shades of Curious Blue #468FBF
Tints of Curious Blue #468FBF
RGB
CMYK
RGB Variations
Color information
#468FBF (or 0x468FBF) is known color: Curious Blue. HEX triplet: 46, 8F and BF. RGB value is (70,143,191). Sum of RGB (Red+Green+Blue) = 70+143+191=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #468FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FBF is #B97040. Grayscale: #7E7E7E. Windows color (decimal): -12152897 or 12554054. OLE color: 12554054.
HSL color Cylindrical-coordinate representation of color #468FBF: hue angle of 203.8º 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 #468FBF is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 143 | 191 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.25 |
| HSL | 203.8º | 0.49% | 0.51% | - |
| HSV(B) | 203.8º | 0.63% | 0.75% | - |
| XYZ | 21.75 | 24.71 | 52.91 | - |
| YUV | 126.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 191 | 0.63 | 0.25 | 0 | 0.25 | 203.8 | 0.49 | 0.51 |
| Hex | 46 | 8F | BF | 3F | 19 | 0 | 19 | CC | 31 | 33 |
| Octal | 106 | 217 | 277 | 77 | 31 | 0 | 31 | 314 | 61 | 63 |
| Binary | 1000110 | 10001111 | 10111111 | 111111 | 11001 | 0 | 11001 | 11001100 | 110001 | 110011 |
Color Harmonies of #468FBF
Complementary color
Monochromatic Colors of #468FBF
Black with #468FBF
Text Example
Text Example
White with #468FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FBF; }
p { color: rgb(70,143,191); }
H1.HeaderClassName
{
color: #468FBF;
}
.AnyTagClassName
{
color: #468FBF;
}
</style>
background-color css
<style>
a { background-color: #468FBF; }
a { background-color: rgb(70,143,191); }
div.DivClassName
{
background-color: #468FBF;
}
.BgClassName
{
background-color: #468FBF;
}
</style>
border-color css
<style>
span { border-color: #468FBF; }
span { border-color: rgb(70,143,191); }
td.TdClassName
{
border-color: #468FBF;
}
.TagClassName
{
border-color: #468FBF;
}
</style>