Shades of Curious Blue #468BBD
Tints of Curious Blue #468BBD
RGB
CMYK
RGB Variations
Color information
#468BBD (or 0x468BBD) is known color: Curious Blue. HEX triplet: 46, 8B and BD. RGB value is (70,139,189). Sum of RGB (Red+Green+Blue) = 70+139+189=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #468BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBD is #B97442. Grayscale: #7B7B7B. Windows color (decimal): -12153923 or 12421958. OLE color: 12421958.
HSL color Cylindrical-coordinate representation of color #468BBD: hue angle of 205.21º 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 #468BBD is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 139 | 189 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.26 |
| HSL | 205.21º | 0.47% | 0.51% | - |
| HSV(B) | 205.21º | 0.63% | 0.74% | - |
| XYZ | 20.94 | 23.44 | 51.56 | - |
| YUV | 124.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 189 | 0.63 | 0.26 | 0 | 0.26 | 205.21 | 0.47 | 0.51 |
| Hex | 46 | 8B | BD | 3F | 1A | 0 | 1A | CD | 2F | 33 |
| Octal | 106 | 213 | 275 | 77 | 32 | 0 | 32 | 315 | 57 | 63 |
| Binary | 1000110 | 10001011 | 10111101 | 111111 | 11010 | 0 | 11010 | 11001101 | 101111 | 110011 |
Color Harmonies of #468BBD
Complementary color
Monochromatic Colors of #468BBD
Black with #468BBD
Text Example
Text Example
White with #468BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BBD; }
p { color: rgb(70,139,189); }
H1.HeaderClassName
{
color: #468BBD;
}
.AnyTagClassName
{
color: #468BBD;
}
</style>
background-color css
<style>
a { background-color: #468BBD; }
a { background-color: rgb(70,139,189); }
div.DivClassName
{
background-color: #468BBD;
}
.BgClassName
{
background-color: #468BBD;
}
</style>
border-color css
<style>
span { border-color: #468BBD; }
span { border-color: rgb(70,139,189); }
td.TdClassName
{
border-color: #468BBD;
}
.TagClassName
{
border-color: #468BBD;
}
</style>