Shades of Curious Blue #418CBE
Tints of Curious Blue #418CBE
RGB
CMYK
RGB Variations
Color information
#418CBE (or 0x418CBE) is known color: Curious Blue. HEX triplet: 41, 8C and BE. RGB value is (65,140,190). Sum of RGB (Red+Green+Blue) = 65+140+190=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #418CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CBE is #BE7341. Grayscale: #7B7B7B. Windows color (decimal): -12481346 or 12487745. OLE color: 12487745.
HSL color Cylindrical-coordinate representation of color #418CBE: hue angle of 204º degrees, saturation: 0.49, 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 #418CBE is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 140 | 190 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.25 |
| HSL | 204º | 0.49% | 0.5% | - |
| HSV(B) | 204º | 0.66% | 0.75% | - |
| XYZ | 20.85 | 23.6 | 52.17 | - |
| YUV | 123.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 190 | 0.66 | 0.26 | 0 | 0.25 | 204 | 0.49 | 0.5 |
| Hex | 41 | 8C | BE | 42 | 1A | 0 | 19 | CC | 31 | 32 |
| Octal | 101 | 214 | 276 | 102 | 32 | 0 | 31 | 314 | 61 | 62 |
| Binary | 1000001 | 10001100 | 10111110 | 1000010 | 11010 | 0 | 11001 | 11001100 | 110001 | 110010 |
Color Harmonies of #418CBE
Complementary color
Monochromatic Colors of #418CBE
Black with #418CBE
Text Example
Text Example
White with #418CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418CBE; }
p { color: rgb(65,140,190); }
H1.HeaderClassName
{
color: #418CBE;
}
.AnyTagClassName
{
color: #418CBE;
}
</style>
background-color css
<style>
a { background-color: #418CBE; }
a { background-color: rgb(65,140,190); }
div.DivClassName
{
background-color: #418CBE;
}
.BgClassName
{
background-color: #418CBE;
}
</style>
border-color css
<style>
span { border-color: #418CBE; }
span { border-color: rgb(65,140,190); }
td.TdClassName
{
border-color: #418CBE;
}
.TagClassName
{
border-color: #418CBE;
}
</style>