Shades of Curious Blue #468DBE
Tints of Curious Blue #468DBE
RGB
CMYK
RGB Variations
Color information
#468DBE (or 0x468DBE) is known color: Curious Blue. HEX triplet: 46, 8D and BE. RGB value is (70,141,190). Sum of RGB (Red+Green+Blue) = 70+141+190=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #468DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBE is #B97241. Grayscale: #7D7D7D. Windows color (decimal): -12153410 or 12488006. OLE color: 12488006.
HSL color Cylindrical-coordinate representation of color #468DBE: hue angle of 204.5º degrees, saturation: 0.48, 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 #468DBE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 141 | 190 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.25 |
| HSL | 204.5º | 0.48% | 0.51% | - |
| HSV(B) | 204.5º | 0.63% | 0.75% | - |
| XYZ | 21.34 | 24.07 | 52.24 | - |
| YUV | 125.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 190 | 0.63 | 0.26 | 0 | 0.25 | 204.5 | 0.48 | 0.51 |
| Hex | 46 | 8D | BE | 3F | 1A | 0 | 19 | CC | 30 | 33 |
| Octal | 106 | 215 | 276 | 77 | 32 | 0 | 31 | 314 | 60 | 63 |
| Binary | 1000110 | 10001101 | 10111110 | 111111 | 11010 | 0 | 11001 | 11001100 | 110000 | 110011 |
Color Harmonies of #468DBE
Complementary color
Monochromatic Colors of #468DBE
Black with #468DBE
Text Example
Text Example
White with #468DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DBE; }
p { color: rgb(70,141,190); }
H1.HeaderClassName
{
color: #468DBE;
}
.AnyTagClassName
{
color: #468DBE;
}
</style>
background-color css
<style>
a { background-color: #468DBE; }
a { background-color: rgb(70,141,190); }
div.DivClassName
{
background-color: #468DBE;
}
.BgClassName
{
background-color: #468DBE;
}
</style>
border-color css
<style>
span { border-color: #468DBE; }
span { border-color: rgb(70,141,190); }
td.TdClassName
{
border-color: #468DBE;
}
.TagClassName
{
border-color: #468DBE;
}
</style>