Shades of Cornflower Blue #648FEA
Tints of Cornflower Blue #648FEA
RGB
CMYK
RGB Variations
Color information
#648FEA (or 0x648FEA) is known color: Cornflower Blue. HEX triplet: 64, 8F and EA. RGB value is (100,143,234). Sum of RGB (Red+Green+Blue) = 100+143+234=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #648FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FEA is #9B7015. Grayscale: #8C8C8C. Windows color (decimal): -10186774 or 15372132. OLE color: 15372132.
HSL color Cylindrical-coordinate representation of color #648FEA: hue angle of 220.75º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648FEA is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 143 | 234 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.08 |
| HSL | 220.75º | 0.76% | 0.65% | - |
| HSV(B) | 220.75º | 0.57% | 0.92% | - |
| XYZ | 29.93 | 28.29 | 81.73 | - |
| YUV | 140.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 234 | 0.57 | 0.39 | 0 | 0.08 | 220.75 | 0.76 | 0.65 |
| Hex | 64 | 8F | EA | 39 | 27 | 0 | 8 | DD | 4C | 41 |
| Octal | 144 | 217 | 352 | 71 | 47 | 0 | 10 | 335 | 114 | 101 |
| Binary | 1100100 | 10001111 | 11101010 | 111001 | 100111 | 0 | 1000 | 11011101 | 1001100 | 1000001 |
Color Harmonies of #648FEA
Complementary color
Monochromatic Colors of #648FEA
Black with #648FEA
Text Example
Text Example
White with #648FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FEA; }
p { color: rgb(100,143,234); }
H1.HeaderClassName
{
color: #648FEA;
}
.AnyTagClassName
{
color: #648FEA;
}
</style>
background-color css
<style>
a { background-color: #648FEA; }
a { background-color: rgb(100,143,234); }
div.DivClassName
{
background-color: #648FEA;
}
.BgClassName
{
background-color: #648FEA;
}
</style>
border-color css
<style>
span { border-color: #648FEA; }
span { border-color: rgb(100,143,234); }
td.TdClassName
{
border-color: #648FEA;
}
.TagClassName
{
border-color: #648FEA;
}
</style>