Shades of Curious Blue #418ACB
Tints of Curious Blue #418ACB
RGB
CMYK
RGB Variations
Color information
#418ACB (or 0x418ACB) is known color: Curious Blue. HEX triplet: 41, 8A and CB. RGB value is (65,138,203). Sum of RGB (Red+Green+Blue) = 65+138+203=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #418ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ACB is #BE7534. Grayscale: #7B7B7B. Windows color (decimal): -12481845 or 13339201. OLE color: 13339201.
HSL color Cylindrical-coordinate representation of color #418ACB: hue angle of 208.26º degrees, saturation: 0.57, 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 #418ACB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 138 | 203 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.20 |
| HSL | 208.26º | 0.57% | 0.53% | - |
| HSV(B) | 208.26º | 0.68% | 0.8% | - |
| XYZ | 22.05 | 23.61 | 59.9 | - |
| YUV | 123.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 203 | 0.68 | 0.32 | 0 | 0.20 | 208.26 | 0.57 | 0.53 |
| Hex | 41 | 8A | CB | 44 | 20 | 0 | 14 | D0 | 39 | 35 |
| Octal | 101 | 212 | 313 | 104 | 40 | 0 | 24 | 320 | 71 | 65 |
| Binary | 1000001 | 10001010 | 11001011 | 1000100 | 100000 | 0 | 10100 | 11010000 | 111001 | 110101 |
Color Harmonies of #418ACB
Complementary color
Monochromatic Colors of #418ACB
Black with #418ACB
Text Example
Text Example
White with #418ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418ACB; }
p { color: rgb(65,138,203); }
H1.HeaderClassName
{
color: #418ACB;
}
.AnyTagClassName
{
color: #418ACB;
}
</style>
background-color css
<style>
a { background-color: #418ACB; }
a { background-color: rgb(65,138,203); }
div.DivClassName
{
background-color: #418ACB;
}
.BgClassName
{
background-color: #418ACB;
}
</style>
border-color css
<style>
span { border-color: #418ACB; }
span { border-color: rgb(65,138,203); }
td.TdClassName
{
border-color: #418ACB;
}
.TagClassName
{
border-color: #418ACB;
}
</style>