Shades of Curious Blue #468FCB
Tints of Curious Blue #468FCB
RGB
CMYK
RGB Variations
Color information
#468FCB (or 0x468FCB) is known color: Curious Blue. HEX triplet: 46, 8F and CB. RGB value is (70,143,203). Sum of RGB (Red+Green+Blue) = 70+143+203=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #468FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FCB is #B97034. Grayscale: #7F7F7F. Windows color (decimal): -12152885 or 13340486. OLE color: 13340486.
HSL color Cylindrical-coordinate representation of color #468FCB: hue angle of 207.07º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468FCB is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 143 | 203 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.20 |
| HSL | 207.07º | 0.56% | 0.54% | - |
| HSV(B) | 207.07º | 0.66% | 0.8% | - |
| XYZ | 23.13 | 25.26 | 60.16 | - |
| YUV | 128.01 | 170.32 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 203 | 0.66 | 0.30 | 0 | 0.20 | 207.07 | 0.56 | 0.54 |
| Hex | 46 | 8F | CB | 42 | 1E | 0 | 14 | CF | 38 | 36 |
| Octal | 106 | 217 | 313 | 102 | 36 | 0 | 24 | 317 | 70 | 66 |
| Binary | 1000110 | 10001111 | 11001011 | 1000010 | 11110 | 0 | 10100 | 11001111 | 111000 | 110110 |
Color Harmonies of #468FCB
Complementary color
Monochromatic Colors of #468FCB
Black with #468FCB
Text Example
Text Example
White with #468FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FCB; }
p { color: rgb(70,143,203); }
H1.HeaderClassName
{
color: #468FCB;
}
.AnyTagClassName
{
color: #468FCB;
}
</style>
background-color css
<style>
a { background-color: #468FCB; }
a { background-color: rgb(70,143,203); }
div.DivClassName
{
background-color: #468FCB;
}
.BgClassName
{
background-color: #468FCB;
}
</style>
border-color css
<style>
span { border-color: #468FCB; }
span { border-color: rgb(70,143,203); }
td.TdClassName
{
border-color: #468FCB;
}
.TagClassName
{
border-color: #468FCB;
}
</style>