Shades of Curious Blue #418CCD
Tints of Curious Blue #418CCD
RGB
CMYK
RGB Variations
Color information
#418CCD (or 0x418CCD) is known color: Curious Blue. HEX triplet: 41, 8C and CD. RGB value is (65,140,205). Sum of RGB (Red+Green+Blue) = 65+140+205=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #418CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CCD is #BE7332. Grayscale: #7C7C7C. Windows color (decimal): -12481331 or 13470785. OLE color: 13470785.
HSL color Cylindrical-coordinate representation of color #418CCD: hue angle of 207.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #418CCD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 140 | 205 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.20 |
| HSL | 207.86º | 0.58% | 0.53% | - |
| HSV(B) | 207.86º | 0.68% | 0.8% | - |
| XYZ | 22.58 | 24.29 | 61.26 | - |
| YUV | 124.99 | 173.15 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 205 | 0.68 | 0.32 | 0 | 0.20 | 207.86 | 0.58 | 0.53 |
| Hex | 41 | 8C | CD | 44 | 20 | 0 | 14 | D0 | 3A | 35 |
| Octal | 101 | 214 | 315 | 104 | 40 | 0 | 24 | 320 | 72 | 65 |
| Binary | 1000001 | 10001100 | 11001101 | 1000100 | 100000 | 0 | 10100 | 11010000 | 111010 | 110101 |
Color Harmonies of #418CCD
Complementary color
Monochromatic Colors of #418CCD
Black with #418CCD
Text Example
Text Example
White with #418CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CCD; }
p { color: rgb(65,140,205); }
H1.HeaderClassName
{
color: #418CCD;
}
.AnyTagClassName
{
color: #418CCD;
}
</style>
background-color css
<style>
a { background-color: #418CCD; }
a { background-color: rgb(65,140,205); }
div.DivClassName
{
background-color: #418CCD;
}
.BgClassName
{
background-color: #418CCD;
}
</style>
border-color css
<style>
span { border-color: #418CCD; }
span { border-color: rgb(65,140,205); }
td.TdClassName
{
border-color: #418CCD;
}
.TagClassName
{
border-color: #418CCD;
}
</style>