Shades of Curious Blue #468FBA
Tints of Curious Blue #468FBA
RGB
CMYK
RGB Variations
Color information
#468FBA (or 0x468FBA) is known color: Curious Blue. HEX triplet: 46, 8F and BA. RGB value is (70,143,186). Sum of RGB (Red+Green+Blue) = 70+143+186=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #468FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FBA is #B97045. Grayscale: #7D7D7D. Windows color (decimal): -12152902 or 12226374. OLE color: 12226374.
HSL color Cylindrical-coordinate representation of color #468FBA: hue angle of 202.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468FBA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 143 | 186 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.27 |
| HSL | 202.24º | 0.46% | 0.5% | - |
| HSV(B) | 202.24º | 0.62% | 0.73% | - |
| XYZ | 21.21 | 24.49 | 50.06 | - |
| YUV | 126.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 186 | 0.62 | 0.23 | 0 | 0.27 | 202.24 | 0.46 | 0.5 |
| Hex | 46 | 8F | BA | 3E | 17 | 0 | 1B | CA | 2E | 32 |
| Octal | 106 | 217 | 272 | 76 | 27 | 0 | 33 | 312 | 56 | 62 |
| Binary | 1000110 | 10001111 | 10111010 | 111110 | 10111 | 0 | 11011 | 11001010 | 101110 | 110010 |
Color Harmonies of #468FBA
Complementary color
Monochromatic Colors of #468FBA
Black with #468FBA
Text Example
Text Example
White with #468FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FBA; }
p { color: rgb(70,143,186); }
H1.HeaderClassName
{
color: #468FBA;
}
.AnyTagClassName
{
color: #468FBA;
}
</style>
background-color css
<style>
a { background-color: #468FBA; }
a { background-color: rgb(70,143,186); }
div.DivClassName
{
background-color: #468FBA;
}
.BgClassName
{
background-color: #468FBA;
}
</style>
border-color css
<style>
span { border-color: #468FBA; }
span { border-color: rgb(70,143,186); }
td.TdClassName
{
border-color: #468FBA;
}
.TagClassName
{
border-color: #468FBA;
}
</style>