Shades of Cornflower Blue #418FF1
Tints of Cornflower Blue #418FF1
RGB
CMYK
RGB Variations
Color information
#418FF1 (or 0x418FF1) is known color: Cornflower Blue. HEX triplet: 41, 8F and F1. RGB value is (65,143,241). Sum of RGB (Red+Green+Blue) = 65+143+241=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #418FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #418FF1 is #BE700E. Grayscale: #828282. Windows color (decimal): -12480527 or 15830849. OLE color: 15830849.
HSL color Cylindrical-coordinate representation of color #418FF1: hue angle of 213.41º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418FF1 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 143 | 241 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.05 |
| HSL | 213.41º | 0.86% | 0.6% | - |
| HSV(B) | 213.41º | 0.73% | 0.95% | - |
| XYZ | 27.88 | 27.12 | 86.98 | - |
| YUV | 130.85 | 190.16 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 241 | 0.73 | 0.41 | 0 | 0.05 | 213.41 | 0.86 | 0.6 |
| Hex | 41 | 8F | F1 | 49 | 29 | 0 | 5 | D5 | 56 | 3C |
| Octal | 101 | 217 | 361 | 111 | 51 | 0 | 5 | 325 | 126 | 74 |
| Binary | 1000001 | 10001111 | 11110001 | 1001001 | 101001 | 0 | 101 | 11010101 | 1010110 | 111100 |
Color Harmonies of #418FF1
Complementary color
Monochromatic Colors of #418FF1
Black with #418FF1
Text Example
Text Example
White with #418FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FF1; }
p { color: rgb(65,143,241); }
H1.HeaderClassName
{
color: #418FF1;
}
.AnyTagClassName
{
color: #418FF1;
}
</style>
background-color css
<style>
a { background-color: #418FF1; }
a { background-color: rgb(65,143,241); }
div.DivClassName
{
background-color: #418FF1;
}
.BgClassName
{
background-color: #418FF1;
}
</style>
border-color css
<style>
span { border-color: #418FF1; }
span { border-color: rgb(65,143,241); }
td.TdClassName
{
border-color: #418FF1;
}
.TagClassName
{
border-color: #418FF1;
}
</style>