Shades of Cornflower Blue #3F8FEA
Tints of Cornflower Blue #3F8FEA
RGB
CMYK
RGB Variations
Color information
#3F8FEA (or 0x3F8FEA) is known color: Cornflower Blue. HEX triplet: 3F, 8F and EA. RGB value is (63,143,234). Sum of RGB (Red+Green+Blue) = 63+143+234=440 (58% of max value = 765). Red value is 63 (25% from 255 or 14.32% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F8FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8FEA is #C07015. Grayscale: #818181. Windows color (decimal): -12611606 or 15372095. OLE color: 15372095.
HSL color Cylindrical-coordinate representation of color #3F8FEA: hue angle of 211.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F8FEA is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 143 | 234 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.08 |
| HSL | 211.93º | 0.8% | 0.58% | - |
| HSV(B) | 211.93º | 0.73% | 0.92% | - |
| XYZ | 26.72 | 26.64 | 81.58 | - |
| YUV | 129.45 | 187 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 234 | 0.73 | 0.39 | 0 | 0.08 | 211.93 | 0.8 | 0.58 |
| Hex | 3F | 8F | EA | 49 | 27 | 0 | 8 | D4 | 50 | 3A |
| Octal | 77 | 217 | 352 | 111 | 47 | 0 | 10 | 324 | 120 | 72 |
| Binary | 111111 | 10001111 | 11101010 | 1001001 | 100111 | 0 | 1000 | 11010100 | 1010000 | 111010 |
Color Harmonies of #3F8FEA
Complementary color
Monochromatic Colors of #3F8FEA
Black with #3F8FEA
Text Example
Text Example
White with #3F8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8FEA; }
p { color: rgb(63,143,234); }
H1.HeaderClassName
{
color: #3F8FEA;
}
.AnyTagClassName
{
color: #3F8FEA;
}
</style>
background-color css
<style>
a { background-color: #3F8FEA; }
a { background-color: rgb(63,143,234); }
div.DivClassName
{
background-color: #3F8FEA;
}
.BgClassName
{
background-color: #3F8FEA;
}
</style>
border-color css
<style>
span { border-color: #3F8FEA; }
span { border-color: rgb(63,143,234); }
td.TdClassName
{
border-color: #3F8FEA;
}
.TagClassName
{
border-color: #3F8FEA;
}
</style>