Shades of Curious Blue #418CC0
Tints of Curious Blue #418CC0
RGB
CMYK
RGB Variations
Color information
#418CC0 (or 0x418CC0) is known color: Curious Blue. HEX triplet: 41, 8C and C0. RGB value is (65,140,192). Sum of RGB (Red+Green+Blue) = 65+140+192=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #418CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CC0 is #BE733F. Grayscale: #7B7B7B. Windows color (decimal): -12481344 or 12618817. OLE color: 12618817.
HSL color Cylindrical-coordinate representation of color #418CC0: hue angle of 204.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418CC0 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 140 | 192 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.25 |
| HSL | 204.57º | 0.5% | 0.5% | - |
| HSV(B) | 204.57º | 0.66% | 0.75% | - |
| XYZ | 21.07 | 23.69 | 53.33 | - |
| YUV | 123.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 192 | 0.66 | 0.27 | 0 | 0.25 | 204.57 | 0.5 | 0.5 |
| Hex | 41 | 8C | C0 | 42 | 1B | 0 | 19 | CD | 32 | 32 |
| Octal | 101 | 214 | 300 | 102 | 33 | 0 | 31 | 315 | 62 | 62 |
| Binary | 1000001 | 10001100 | 11000000 | 1000010 | 11011 | 0 | 11001 | 11001101 | 110010 | 110010 |
Color Harmonies of #418CC0
Complementary color
Monochromatic Colors of #418CC0
Black with #418CC0
Text Example
Text Example
White with #418CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CC0; }
p { color: rgb(65,140,192); }
H1.HeaderClassName
{
color: #418CC0;
}
.AnyTagClassName
{
color: #418CC0;
}
</style>
background-color css
<style>
a { background-color: #418CC0; }
a { background-color: rgb(65,140,192); }
div.DivClassName
{
background-color: #418CC0;
}
.BgClassName
{
background-color: #418CC0;
}
</style>
border-color css
<style>
span { border-color: #418CC0; }
span { border-color: rgb(65,140,192); }
td.TdClassName
{
border-color: #418CC0;
}
.TagClassName
{
border-color: #418CC0;
}
</style>