Shades of Curious Blue #468ABB
Tints of Curious Blue #468ABB
RGB
CMYK
RGB Variations
Color information
#468ABB (or 0x468ABB) is known color: Curious Blue. HEX triplet: 46, 8A and BB. RGB value is (70,138,187). Sum of RGB (Red+Green+Blue) = 70+138+187=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #468ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ABB is #B97544. Grayscale: #7A7A7A. Windows color (decimal): -12154181 or 12290630. OLE color: 12290630.
HSL color Cylindrical-coordinate representation of color #468ABB: hue angle of 205.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468ABB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 138 | 187 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.27 |
| HSL | 205.13º | 0.46% | 0.5% | - |
| HSV(B) | 205.13º | 0.63% | 0.73% | - |
| XYZ | 20.58 | 23.07 | 50.38 | - |
| YUV | 123.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 187 | 0.63 | 0.26 | 0 | 0.27 | 205.13 | 0.46 | 0.5 |
| Hex | 46 | 8A | BB | 3F | 1A | 0 | 1B | CD | 2E | 32 |
| Octal | 106 | 212 | 273 | 77 | 32 | 0 | 33 | 315 | 56 | 62 |
| Binary | 1000110 | 10001010 | 10111011 | 111111 | 11010 | 0 | 11011 | 11001101 | 101110 | 110010 |
Color Harmonies of #468ABB
Complementary color
Monochromatic Colors of #468ABB
Black with #468ABB
Text Example
Text Example
White with #468ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468ABB; }
p { color: rgb(70,138,187); }
H1.HeaderClassName
{
color: #468ABB;
}
.AnyTagClassName
{
color: #468ABB;
}
</style>
background-color css
<style>
a { background-color: #468ABB; }
a { background-color: rgb(70,138,187); }
div.DivClassName
{
background-color: #468ABB;
}
.BgClassName
{
background-color: #468ABB;
}
</style>
border-color css
<style>
span { border-color: #468ABB; }
span { border-color: rgb(70,138,187); }
td.TdClassName
{
border-color: #468ABB;
}
.TagClassName
{
border-color: #468ABB;
}
</style>