Shades of Jordy Blue #7FA8FC
Tints of Jordy Blue #7FA8FC
RGB
CMYK
RGB Variations
Color information
#7FA8FC (or 0x7FA8FC) is known color: Jordy Blue. HEX triplet: 7F, A8 and FC. RGB value is (127,168,252). Sum of RGB (Red+Green+Blue) = 127+168+252=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FA8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA8FC is #805703. Grayscale: #A4A4A4. Windows color (decimal): -8410884 or 16558207. OLE color: 16558207.
HSL color Cylindrical-coordinate representation of color #7FA8FC: hue angle of 220.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FA8FC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 168 | 252 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.01 |
| HSL | 220.32º | 0.95% | 0.74% | - |
| HSV(B) | 220.32º | 0.5% | 0.99% | - |
| XYZ | 40.33 | 39.55 | 97.6 | - |
| YUV | 165.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 252 | 0.50 | 0.33 | 0 | 0.01 | 220.32 | 0.95 | 0.74 |
| Hex | 7F | A8 | FC | 32 | 21 | 0 | 1 | DC | 5F | 4A |
| Octal | 177 | 250 | 374 | 62 | 41 | 0 | 1 | 334 | 137 | 112 |
| Binary | 1111111 | 10101000 | 11111100 | 110010 | 100001 | 0 | 1 | 11011100 | 1011111 | 1001010 |
Color Harmonies of #7FA8FC
Complementary color
Monochromatic Colors of #7FA8FC
Black with #7FA8FC
Text Example
Text Example
White with #7FA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA8FC; }
p { color: rgb(127,168,252); }
H1.HeaderClassName
{
color: #7FA8FC;
}
.AnyTagClassName
{
color: #7FA8FC;
}
</style>
background-color css
<style>
a { background-color: #7FA8FC; }
a { background-color: rgb(127,168,252); }
div.DivClassName
{
background-color: #7FA8FC;
}
.BgClassName
{
background-color: #7FA8FC;
}
</style>
border-color css
<style>
span { border-color: #7FA8FC; }
span { border-color: rgb(127,168,252); }
td.TdClassName
{
border-color: #7FA8FC;
}
.TagClassName
{
border-color: #7FA8FC;
}
</style>