Shades of Curious Blue #468FC9
Tints of Curious Blue #468FC9
RGB
CMYK
RGB Variations
Color information
#468FC9 (or 0x468FC9) is known color: Curious Blue. HEX triplet: 46, 8F and C9. RGB value is (70,143,201). Sum of RGB (Red+Green+Blue) = 70+143+201=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #468FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FC9 is #B97036. Grayscale: #7F7F7F. Windows color (decimal): -12152887 or 13209414. OLE color: 13209414.
HSL color Cylindrical-coordinate representation of color #468FC9: hue angle of 206.56º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468FC9 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 143 | 201 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.21 |
| HSL | 206.56º | 0.55% | 0.53% | - |
| HSV(B) | 206.56º | 0.65% | 0.79% | - |
| XYZ | 22.89 | 25.16 | 58.91 | - |
| YUV | 127.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 201 | 0.65 | 0.29 | 0 | 0.21 | 206.56 | 0.55 | 0.53 |
| Hex | 46 | 8F | C9 | 41 | 1D | 0 | 15 | CF | 37 | 35 |
| Octal | 106 | 217 | 311 | 101 | 35 | 0 | 25 | 317 | 67 | 65 |
| Binary | 1000110 | 10001111 | 11001001 | 1000001 | 11101 | 0 | 10101 | 11001111 | 110111 | 110101 |
Color Harmonies of #468FC9
Complementary color
Monochromatic Colors of #468FC9
Black with #468FC9
Text Example
Text Example
White with #468FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FC9; }
p { color: rgb(70,143,201); }
H1.HeaderClassName
{
color: #468FC9;
}
.AnyTagClassName
{
color: #468FC9;
}
</style>
background-color css
<style>
a { background-color: #468FC9; }
a { background-color: rgb(70,143,201); }
div.DivClassName
{
background-color: #468FC9;
}
.BgClassName
{
background-color: #468FC9;
}
</style>
border-color css
<style>
span { border-color: #468FC9; }
span { border-color: rgb(70,143,201); }
td.TdClassName
{
border-color: #468FC9;
}
.TagClassName
{
border-color: #468FC9;
}
</style>