Shades of Cornflower Blue #65A8FB
Tints of Cornflower Blue #65A8FB
RGB
CMYK
RGB Variations
Color information
#65A8FB (or 0x65A8FB) is known color: Cornflower Blue. HEX triplet: 65, A8 and FB. RGB value is (101,168,251). Sum of RGB (Red+Green+Blue) = 101+168+251=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #65A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A8FB is #9A5704. Grayscale: #9D9D9D. Windows color (decimal): -10114821 or 16492645. OLE color: 16492645.
HSL color Cylindrical-coordinate representation of color #65A8FB: hue angle of 213.2º 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 #65A8FB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 168 | 251 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.02 |
| HSL | 213.2º | 0.95% | 0.69% | - |
| HSV(B) | 213.2º | 0.6% | 0.98% | - |
| XYZ | 36.78 | 37.74 | 96.61 | - |
| YUV | 157.43 | 180.8 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 251 | 0.60 | 0.33 | 0 | 0.02 | 213.2 | 0.95 | 0.69 |
| Hex | 65 | A8 | FB | 3C | 21 | 0 | 2 | D5 | 5F | 45 |
| Octal | 145 | 250 | 373 | 74 | 41 | 0 | 2 | 325 | 137 | 105 |
| Binary | 1100101 | 10101000 | 11111011 | 111100 | 100001 | 0 | 10 | 11010101 | 1011111 | 1000101 |
Color Harmonies of #65A8FB
Complementary color
Monochromatic Colors of #65A8FB
Black with #65A8FB
Text Example
Text Example
White with #65A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8FB; }
p { color: rgb(101,168,251); }
H1.HeaderClassName
{
color: #65A8FB;
}
.AnyTagClassName
{
color: #65A8FB;
}
</style>
background-color css
<style>
a { background-color: #65A8FB; }
a { background-color: rgb(101,168,251); }
div.DivClassName
{
background-color: #65A8FB;
}
.BgClassName
{
background-color: #65A8FB;
}
</style>
border-color css
<style>
span { border-color: #65A8FB; }
span { border-color: rgb(101,168,251); }
td.TdClassName
{
border-color: #65A8FB;
}
.TagClassName
{
border-color: #65A8FB;
}
</style>