Shades of Curious Blue #418CBD
Tints of Curious Blue #418CBD
RGB
CMYK
RGB Variations
Color information
#418CBD (or 0x418CBD) is known color: Curious Blue. HEX triplet: 41, 8C and BD. RGB value is (65,140,189). Sum of RGB (Red+Green+Blue) = 65+140+189=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #418CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CBD is #BE7342. Grayscale: #7A7A7A. Windows color (decimal): -12481347 or 12422209. OLE color: 12422209.
HSL color Cylindrical-coordinate representation of color #418CBD: hue angle of 203.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418CBD is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 140 | 189 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.26 |
| HSL | 203.71º | 0.49% | 0.5% | - |
| HSV(B) | 203.71º | 0.66% | 0.74% | - |
| XYZ | 20.74 | 23.55 | 51.6 | - |
| YUV | 123.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 189 | 0.66 | 0.26 | 0 | 0.26 | 203.71 | 0.49 | 0.5 |
| Hex | 41 | 8C | BD | 42 | 1A | 0 | 1A | CC | 31 | 32 |
| Octal | 101 | 214 | 275 | 102 | 32 | 0 | 32 | 314 | 61 | 62 |
| Binary | 1000001 | 10001100 | 10111101 | 1000010 | 11010 | 0 | 11010 | 11001100 | 110001 | 110010 |
Color Harmonies of #418CBD
Complementary color
Monochromatic Colors of #418CBD
Black with #418CBD
Text Example
Text Example
White with #418CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CBD; }
p { color: rgb(65,140,189); }
H1.HeaderClassName
{
color: #418CBD;
}
.AnyTagClassName
{
color: #418CBD;
}
</style>
background-color css
<style>
a { background-color: #418CBD; }
a { background-color: rgb(65,140,189); }
div.DivClassName
{
background-color: #418CBD;
}
.BgClassName
{
background-color: #418CBD;
}
</style>
border-color css
<style>
span { border-color: #418CBD; }
span { border-color: rgb(65,140,189); }
td.TdClassName
{
border-color: #418CBD;
}
.TagClassName
{
border-color: #418CBD;
}
</style>