Shades of Cornflower Blue #648AF8
Tints of Cornflower Blue #648AF8
RGB
CMYK
RGB Variations
Color information
#648AF8 (or 0x648AF8) is known color: Cornflower Blue. HEX triplet: 64, 8A and F8. RGB value is (100,138,248). Sum of RGB (Red+Green+Blue) = 100+138+248=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #648AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AF8 is #9B7507. Grayscale: #8A8A8A. Windows color (decimal): -10188040 or 16288356. OLE color: 16288356.
HSL color Cylindrical-coordinate representation of color #648AF8: hue angle of 224.59º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648AF8 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 138 | 248 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.03 |
| HSL | 224.59º | 0.91% | 0.68% | - |
| HSV(B) | 224.59º | 0.6% | 0.97% | - |
| XYZ | 31.29 | 27.66 | 92.5 | - |
| YUV | 139.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 248 | 0.60 | 0.44 | 0 | 0.03 | 224.59 | 0.91 | 0.68 |
| Hex | 64 | 8A | F8 | 3C | 2C | 0 | 3 | E1 | 5B | 44 |
| Octal | 144 | 212 | 370 | 74 | 54 | 0 | 3 | 341 | 133 | 104 |
| Binary | 1100100 | 10001010 | 11111000 | 111100 | 101100 | 0 | 11 | 11100001 | 1011011 | 1000100 |
Color Harmonies of #648AF8
Complementary color
Monochromatic Colors of #648AF8
Black with #648AF8
Text Example
Text Example
White with #648AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AF8; }
p { color: rgb(100,138,248); }
H1.HeaderClassName
{
color: #648AF8;
}
.AnyTagClassName
{
color: #648AF8;
}
</style>
background-color css
<style>
a { background-color: #648AF8; }
a { background-color: rgb(100,138,248); }
div.DivClassName
{
background-color: #648AF8;
}
.BgClassName
{
background-color: #648AF8;
}
</style>
border-color css
<style>
span { border-color: #648AF8; }
span { border-color: rgb(100,138,248); }
td.TdClassName
{
border-color: #648AF8;
}
.TagClassName
{
border-color: #648AF8;
}
</style>