Shades of Curious Blue #418FC1
Tints of Curious Blue #418FC1
RGB
CMYK
RGB Variations
Color information
#418FC1 (or 0x418FC1) is known color: Curious Blue. HEX triplet: 41, 8F and C1. RGB value is (65,143,193). Sum of RGB (Red+Green+Blue) = 65+143+193=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #418FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FC1 is #BE703E. Grayscale: #7D7D7D. Windows color (decimal): -12480575 or 12685121. OLE color: 12685121.
HSL color Cylindrical-coordinate representation of color #418FC1: hue angle of 203.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418FC1 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 143 | 193 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.24 |
| HSL | 203.44º | 0.51% | 0.51% | - |
| HSV(B) | 203.44º | 0.66% | 0.76% | - |
| XYZ | 21.63 | 24.62 | 54.06 | - |
| YUV | 125.38 | 166.16 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 193 | 0.66 | 0.26 | 0 | 0.24 | 203.44 | 0.51 | 0.51 |
| Hex | 41 | 8F | C1 | 42 | 1A | 0 | 18 | CB | 33 | 33 |
| Octal | 101 | 217 | 301 | 102 | 32 | 0 | 30 | 313 | 63 | 63 |
| Binary | 1000001 | 10001111 | 11000001 | 1000010 | 11010 | 0 | 11000 | 11001011 | 110011 | 110011 |
Color Harmonies of #418FC1
Complementary color
Monochromatic Colors of #418FC1
Black with #418FC1
Text Example
Text Example
White with #418FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FC1; }
p { color: rgb(65,143,193); }
H1.HeaderClassName
{
color: #418FC1;
}
.AnyTagClassName
{
color: #418FC1;
}
</style>
background-color css
<style>
a { background-color: #418FC1; }
a { background-color: rgb(65,143,193); }
div.DivClassName
{
background-color: #418FC1;
}
.BgClassName
{
background-color: #418FC1;
}
</style>
border-color css
<style>
span { border-color: #418FC1; }
span { border-color: rgb(65,143,193); }
td.TdClassName
{
border-color: #418FC1;
}
.TagClassName
{
border-color: #418FC1;
}
</style>