Shades of Jordy Blue #7FB4F3
Tints of Jordy Blue #7FB4F3
RGB
CMYK
RGB Variations
Color information
#7FB4F3 (or 0x7FB4F3) is known color: Jordy Blue. HEX triplet: 7F, B4 and F3. RGB value is (127,180,243). Sum of RGB (Red+Green+Blue) = 127+180+243=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #7FB4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB4F3 is #804B0C. Grayscale: #ABABAB. Windows color (decimal): -8407821 or 15971455. OLE color: 15971455.
HSL color Cylindrical-coordinate representation of color #7FB4F3: hue angle of 212.59º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB4F3 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 180 | 243 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.05 |
| HSL | 212.59º | 0.83% | 0.73% | - |
| HSV(B) | 212.59º | 0.48% | 0.95% | - |
| XYZ | 41.25 | 43.63 | 91.04 | - |
| YUV | 171.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 243 | 0.48 | 0.26 | 0 | 0.05 | 212.59 | 0.83 | 0.73 |
| Hex | 7F | B4 | F3 | 30 | 1A | 0 | 5 | D5 | 53 | 49 |
| Octal | 177 | 264 | 363 | 60 | 32 | 0 | 5 | 325 | 123 | 111 |
| Binary | 1111111 | 10110100 | 11110011 | 110000 | 11010 | 0 | 101 | 11010101 | 1010011 | 1001001 |
Color Harmonies of #7FB4F3
Complementary color
Monochromatic Colors of #7FB4F3
Black with #7FB4F3
Text Example
Text Example
White with #7FB4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB4F3; }
p { color: rgb(127,180,243); }
H1.HeaderClassName
{
color: #7FB4F3;
}
.AnyTagClassName
{
color: #7FB4F3;
}
</style>
background-color css
<style>
a { background-color: #7FB4F3; }
a { background-color: rgb(127,180,243); }
div.DivClassName
{
background-color: #7FB4F3;
}
.BgClassName
{
background-color: #7FB4F3;
}
</style>
border-color css
<style>
span { border-color: #7FB4F3; }
span { border-color: rgb(127,180,243); }
td.TdClassName
{
border-color: #7FB4F3;
}
.TagClassName
{
border-color: #7FB4F3;
}
</style>