Shades of Cornflower Blue #648AFB
Tints of Cornflower Blue #648AFB
RGB
CMYK
RGB Variations
Color information
#648AFB (or 0x648AFB) is known color: Cornflower Blue. HEX triplet: 64, 8A and FB. RGB value is (100,138,251). Sum of RGB (Red+Green+Blue) = 100+138+251=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #648AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AFB is #9B7504. Grayscale: #8B8B8B. Windows color (decimal): -10188037 or 16484964. OLE color: 16484964.
HSL color Cylindrical-coordinate representation of color #648AFB: hue angle of 224.9º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648AFB is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 138 | 251 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.02 |
| HSL | 224.9º | 0.95% | 0.69% | - |
| HSV(B) | 224.9º | 0.6% | 0.98% | - |
| XYZ | 31.76 | 27.85 | 94.97 | - |
| YUV | 139.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 251 | 0.60 | 0.45 | 0 | 0.02 | 224.9 | 0.95 | 0.69 |
| Hex | 64 | 8A | FB | 3C | 2D | 0 | 2 | E1 | 5F | 45 |
| Octal | 144 | 212 | 373 | 74 | 55 | 0 | 2 | 341 | 137 | 105 |
| Binary | 1100100 | 10001010 | 11111011 | 111100 | 101101 | 0 | 10 | 11100001 | 1011111 | 1000101 |
Color Harmonies of #648AFB
Complementary color
Monochromatic Colors of #648AFB
Black with #648AFB
Text Example
Text Example
White with #648AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AFB; }
p { color: rgb(100,138,251); }
H1.HeaderClassName
{
color: #648AFB;
}
.AnyTagClassName
{
color: #648AFB;
}
</style>
background-color css
<style>
a { background-color: #648AFB; }
a { background-color: rgb(100,138,251); }
div.DivClassName
{
background-color: #648AFB;
}
.BgClassName
{
background-color: #648AFB;
}
</style>
border-color css
<style>
span { border-color: #648AFB; }
span { border-color: rgb(100,138,251); }
td.TdClassName
{
border-color: #648AFB;
}
.TagClassName
{
border-color: #648AFB;
}
</style>