Shades of Curious Blue #418CB7
Tints of Curious Blue #418CB7
RGB
CMYK
RGB Variations
Color information
#418CB7 (or 0x418CB7) is known color: Curious Blue. HEX triplet: 41, 8C and B7. RGB value is (65,140,183). Sum of RGB (Red+Green+Blue) = 65+140+183=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #418CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CB7 is #BE7348. Grayscale: #7A7A7A. Windows color (decimal): -12481353 or 12028993. OLE color: 12028993.
HSL color Cylindrical-coordinate representation of color #418CB7: hue angle of 201.86º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #418CB7 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 140 | 183 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.28 |
| HSL | 201.86º | 0.48% | 0.49% | - |
| HSV(B) | 201.86º | 0.64% | 0.72% | - |
| XYZ | 20.11 | 23.3 | 48.24 | - |
| YUV | 122.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 183 | 0.64 | 0.23 | 0 | 0.28 | 201.86 | 0.48 | 0.49 |
| Hex | 41 | 8C | B7 | 40 | 17 | 0 | 1C | CA | 30 | 31 |
| Octal | 101 | 214 | 267 | 100 | 27 | 0 | 34 | 312 | 60 | 61 |
| Binary | 1000001 | 10001100 | 10110111 | 1000000 | 10111 | 0 | 11100 | 11001010 | 110000 | 110001 |
Color Harmonies of #418CB7
Complementary color
Monochromatic Colors of #418CB7
Black with #418CB7
Text Example
Text Example
White with #418CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CB7; }
p { color: rgb(65,140,183); }
H1.HeaderClassName
{
color: #418CB7;
}
.AnyTagClassName
{
color: #418CB7;
}
</style>
background-color css
<style>
a { background-color: #418CB7; }
a { background-color: rgb(65,140,183); }
div.DivClassName
{
background-color: #418CB7;
}
.BgClassName
{
background-color: #418CB7;
}
</style>
border-color css
<style>
span { border-color: #418CB7; }
span { border-color: rgb(65,140,183); }
td.TdClassName
{
border-color: #418CB7;
}
.TagClassName
{
border-color: #418CB7;
}
</style>