Shades of Curious Blue #468DBD
Tints of Curious Blue #468DBD
RGB
CMYK
RGB Variations
Color information
#468DBD (or 0x468DBD) is known color: Curious Blue. HEX triplet: 46, 8D and BD. RGB value is (70,141,189). Sum of RGB (Red+Green+Blue) = 70+141+189=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #468DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBD is #B97242. Grayscale: #7C7C7C. Windows color (decimal): -12153411 or 12422470. OLE color: 12422470.
HSL color Cylindrical-coordinate representation of color #468DBD: hue angle of 204.2º 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 #468DBD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 141 | 189 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.26 |
| HSL | 204.2º | 0.47% | 0.51% | - |
| HSV(B) | 204.2º | 0.63% | 0.74% | - |
| XYZ | 21.24 | 24.03 | 51.66 | - |
| YUV | 125.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 189 | 0.63 | 0.25 | 0 | 0.26 | 204.2 | 0.47 | 0.51 |
| Hex | 46 | 8D | BD | 3F | 19 | 0 | 1A | CC | 2F | 33 |
| Octal | 106 | 215 | 275 | 77 | 31 | 0 | 32 | 314 | 57 | 63 |
| Binary | 1000110 | 10001101 | 10111101 | 111111 | 11001 | 0 | 11010 | 11001100 | 101111 | 110011 |
Color Harmonies of #468DBD
Complementary color
Monochromatic Colors of #468DBD
Black with #468DBD
Text Example
Text Example
White with #468DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DBD; }
p { color: rgb(70,141,189); }
H1.HeaderClassName
{
color: #468DBD;
}
.AnyTagClassName
{
color: #468DBD;
}
</style>
background-color css
<style>
a { background-color: #468DBD; }
a { background-color: rgb(70,141,189); }
div.DivClassName
{
background-color: #468DBD;
}
.BgClassName
{
background-color: #468DBD;
}
</style>
border-color css
<style>
span { border-color: #468DBD; }
span { border-color: rgb(70,141,189); }
td.TdClassName
{
border-color: #468DBD;
}
.TagClassName
{
border-color: #468DBD;
}
</style>